29.03.2018, 06:04
1. Yes, but not with the current firmware. We plan to release a test version next month
2. Yes, but you have to be careful with scripts. Accessing one port from several scripts at the same time will lead to random errors. For devices with several RS-485 ports naming is /dev/RS485-1 and /dev/RS485-2
3. TCP is fine, for RTU you must use ModBus proxy: https://forum.logicmachine.net/showthrea...53#pid1953
Function names are the same as when using modbus library directly, but it this case ModBus mapper takes care of queuing access to RTU port.
2. Yes, but you have to be careful with scripts. Accessing one port from several scripts at the same time will lead to random errors. For devices with several RS-485 ports naming is /dev/RS485-1 and /dev/RS485-2
3. TCP is fine, for RTU you must use ModBus proxy: https://forum.logicmachine.net/showthrea...53#pid1953
Function names are the same as when using modbus library directly, but it this case ModBus mapper takes care of queuing access to RTU port.