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

RTU module does not support client mode #40

Closed
brainelectronics opened this issue Dec 27, 2022 · 0 comments
Closed

RTU module does not support client mode #40

brainelectronics opened this issue Dec 27, 2022 · 0 comments
Assignees
Labels
bug Something isn't working host Host implementation specific issue

Comments

@brainelectronics
Copy link
Owner

This bug got introduced with #33 at https://github.com/brainelectronics/micropython-modbus/blob/1a9e02070dcb552ad52aef64002e1f1b34e5a988/umodbus/modbus.py

The following functions have to be common and at modbus.py but not exclusive in tcp.py

  • process
  • _create_response
  • _process_read_access
  • _process_write_access

Has been found during testing #34 (comment)

@brainelectronics brainelectronics added bug Something isn't working host Host implementation specific issue labels Dec 27, 2022
@brainelectronics brainelectronics self-assigned this Dec 27, 2022
@brainelectronics brainelectronics changed the title RTU module does not support host mode RTU module does not support client mode Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working host Host implementation specific issue
Projects
None yet
Development

No branches or pull requests

1 participant