We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
modbus.py
tcp.py
process
_create_response
_process_read_access
_process_write_access
Has been found during testing #34 (comment)
The text was updated successfully, but these errors were encountered:
fd88f8b
brainelectronics
No branches or pull requests
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 intcp.py
process
_create_response
_process_read_access
_process_write_access
Has been found during testing #34 (comment)
The text was updated successfully, but these errors were encountered: