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 RTU with modbus ros driver #2

Open
lakshmip001 opened this issue Apr 18, 2018 · 4 comments
Open

modbus RTU with modbus ros driver #2

lakshmip001 opened this issue Apr 18, 2018 · 4 comments

Comments

@lakshmip001
Copy link

Can I use this modbus ros driver to communicate with a communication protocol modbus rtu?

@sven-bock
Copy link
Member

Dear lakshmip001,
as this modbus package is just a wrapper around the library, it the functionality depends on the library. According to the library following protocols are supported:
TCP, UDP, Serial ASCII, Serial RTU, and Serial Binary
However I have not tried yet to use RTU. Maybe you need to do some slight adaptions in the modbus class.

@lakshmip001
Copy link
Author

To communicate with this package using modbus tcp, do both robots need ros driver or is it ok if it isnt compatible with ros and still modbus tcp compatible?

@sven-bock
Copy link
Member

This package uses the modbus library which implements the modbus TCP standard. The other end just needs to be modbus TCP compatible to work. No ROS required on the other end, otherwise you could directly use ROS message to communicate.

@cowboygary
Copy link

To communicate with this package using modbus tcp, do both robots need ros driver or is it ok if it isnt compatible with ros and still modbus tcp compatible?

Hi
Can you communicate using modbus tru now?
Can you share to me how to do that?

Thanks

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