Skip to content
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

Open
oedemis opened this issue Feb 14, 2016 · 4 comments
Open

modbus over tcp #3

oedemis opened this issue Feb 14, 2016 · 4 comments

Comments

@oedemis
Copy link

oedemis commented Feb 14, 2016

Can i also poll the slaves via Modbus TCP ?

In the code there is no option

@owagner
Copy link
Owner

owagner commented Feb 15, 2016

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)

@owagner
Copy link
Owner

owagner commented Feb 15, 2016

I've added experimental support for Modbus TCP in v0.5. Untested, as I have no Modbus TCP devices.

@owagner
Copy link
Owner

owagner commented May 1, 2016

Did you have a chance to test this?

@gomez100
Copy link

gomez100 commented May 3, 2016

No at this moment! Anyway I suggest you to download ad use
https://sourceforge.net/projects/modbuspal/
It's a great simulator, with AUTOLEARN function, support multiple Slave ID
and random function to assing random data to any register!
Let me know it you find it useful for your test!
Andrea

2016-05-01 13:04 GMT+02:00 Oliver Wagner [email protected]:

Did you have a chance to test this?


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#3 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants