-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot have ModbusRTU (serial) working in linux #75
Comments
Actually my best implementation look like this.
|
What I also try is to use the same read/write implementation as in client-tcp, but i have the same issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I tried the example with ModbusTCP and it works perfectly
I also need to use serial port, but I am not able to get the library to work properly in ModbusRTU mode with Linux (timeout, sometime read sometime not, read 1 address ok, read 2 addresses fail get timeout etc)
I can't find an example for the serial in Linux, do you have one?
The text was updated successfully, but these errors were encountered: