ModBus_RS485_Slave
ModBus_RS485_Slave copied to clipboard
Library for communicating with Modbus devices over RS232/USB/485 via RTU protocol
Results
1
ModBus_RS485_Slave issues
Sort by
recently updated
recently updated
newest added
I just noticed a strange behavior of the lib when using Serial4/Serial5 on Electron. I modified the switch statement like this: ``` switch( u8serno ) { case 1: port =...