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
No description provided.
The text was updated successfully, but these errors were encountered:
Via https://stackoverflow.com/a/61367679 I found that C# has (quite a while actually) the bitarray class.
If you update the documentation so we get
var coils = client.ReadCoils(1, 0x8000, 255); var bits = new BitArray(coils.ToArray());
The coils array will be converted to an bitarray by C#
Sorry, something went wrong.
Thank you, I will consider it for the next update!
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: