AdvancedClimateSystems / uModbus

Python implementation of the Modbus protocol.
Mozilla Public License 2.0
211 stars 81 forks source link

uModbus on Raspberry Pi #115

Open dporada opened 3 years ago

dporada commented 3 years ago

I'm trying to add modbus RTU communications to a raspberry pi board with a USB to RS485 converter. I set up the server sample code on the raspberry pi and I am using Modbus Poll to send the requests. Watching the transmit and receive LEDs on the sending side, I am seeing a large timing difference between transmit and receive. I am seeing delays between 150mS and 800mS. Any ideas?