You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried your lib in both tcp and rtu mode. While tcp works like a charm, I see that rtu receives and parse correctly the frame but it does not write the answer to the serial port.
I saw that also your rtu server example has this problem, is that a problem emerged with the latest update?
thank you
The text was updated successfully, but these errors were encountered:
I didn't mention that i'm using an embedded device with a rs-485 port, looking at some examples I discovered that I need to manage RTS at low level, so it's not a problem related to your crate but to tokio-serial at a lower level.
Hello
I tried your lib in both tcp and rtu mode. While tcp works like a charm, I see that rtu receives and parse correctly the frame but it does not write the answer to the serial port.
I saw that also your rtu server example has this problem, is that a problem emerged with the latest update?
thank you
The text was updated successfully, but these errors were encountered: