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
Nice to have. Not currently a requirement.
Setup code for bulk reads is currently done every time. We only really need to do this once with an sdk.DeviceAction at setup.
Furthermore we can read coils and read_only_coils in the same network round trip, so too with holding_register and read_only_holding_register.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Nice to have. Not currently a requirement.
Setup code for bulk reads is currently done every time. We only really need to do this once with an sdk.DeviceAction at setup.
Furthermore we can read coils and read_only_coils in the same network round trip, so too with holding_register and read_only_holding_register.
The text was updated successfully, but these errors were encountered: