Releases: muhkuh-sys/org.muhkuh.tests-iomatrix
Releases · muhkuh-sys/org.muhkuh.tests-iomatrix
v2.2.14
- Update the netx90_app_bridge to v1.1.5 .
- Use the lunarmodules version of luaexpat.
v2.2.13
- Add support for plugin options.
- Improve error messages if no connection to the netX could be established.
- Add support for SQI pins on netX90.
- Add new operating mode "get continuous chages". After an initial dump of all pin states it shows immediately all changes on the pins or repeats the dump of all pin states after 3 seconds.
v2.2.12
-
Add new "single" attribut for FTDI devices.
FTDI devices could be selected with a module index (read value of
some pins) or a serial. In some setups there is only one module
present which can be identified with the VID and PID only. The
new attribute "single" checks for exactly one device with the
VID and PID. It throws an error if 0 or more than 1 devices with
this VID and PID are found.Example for the syntax:
<FTDI vendor="0x0403" product="0x6010">
<Device single="true"/>
</FTDI>
v2.2.11
- Update muhkuh_base_cli to the latest v2.5 .
v2.2.10
- Update netx90_app_bridge to v1.1.4 .
v2.2.9
- Update the netx90_app_bridge to v1.1.3 to prevent race conditions between the COM and APP CPU.
v2.2.8
- Fix index values for netX4000 pins MMIO8 and MMIO9.
- Fix the check for a missing XML parameter file.
- Add a "plugin" parameter to specify the netX plugin pattern.
v2.2.7
- LUA5.4 fixes.
v2.2.6
- Fix the activation of the XM_IO pins in the io_config register.
- Reset the XC unit before accessing the pins.
v2.2.5
- Add RST_OUT on netX90.