-
Notifications
You must be signed in to change notification settings - Fork 84
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
modbus over tcp #3
Comments
Not currently implemented. However, the modbus-tk library which is used for all Modbus communication does support Modbus TCP master, so it should be easy to add. Note that pyserial can connect via TCP, but that's not the same as Modbus TCP; it's for accessing remote serial ports (e.g. via remserial) |
I've added experimental support for Modbus TCP in v0.5. Untested, as I have no Modbus TCP devices. |
Did you have a chance to test this? |
No at this moment! Anyway I suggest you to download ad use 2016-05-01 13:04 GMT+02:00 Oliver Wagner [email protected]:
|
Can i also poll the slaves via Modbus TCP ?
In the code there is no option
The text was updated successfully, but these errors were encountered: