RTS/CTS configuration with RS-485 server #2012
-
I'm creating a server with half-duplex RS-485 communications, so I need to enable RTS/CTS (really just RTS in my case) but I have a hardware bug that requires me to change RTS to active-high. In PySerial, I can use
to change the RTS logic. How would you do this with pymodbus? I did find this: #33 (comment) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I have no idea, it's not something you configure. both the sync and async client uses pyserial so you might be able to patch either pyserial or where pymodbus starts pyserial. |
Beta Was this translation helpful? Give feedback.
I have no idea, it's not something you configure.
both the sync and async client uses pyserial so you might be able to patch either pyserial or where pymodbus starts pyserial.