Skip to content

Multiple modbus clients over RS485 #2679

Answered by janiversen
embedded-bed asked this question in Q&A
Discussion options

You must be logged in to vote

Pymodbus do not work as client on a multiline as documented, nor do any normal application!

This is due to the way modbus signals frame end/start, which is by pausing the communication.

If you want to do this you need to have rs485 hardware directly connected (no usb converter) and write a device driver that detects the pause and somehow signals the pause to the application.

pymodbus do not have a "modbus handler" that you can just call, you would need to rewrite asyncio transport base class.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by janiversen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants