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

Allow to pass raw Bytes instead of 16 bit registers #2

Merged
merged 3 commits into from
May 9, 2018

Conversation

flottokarotto
Copy link

Usage: reply(null,Buffer.from([0xAA,0xFF,0xFF,0xEE]);
Usefully for not fully Modbus compatible devices,
which want to have a odd number of bytes.

Usage: reply(null,Buffer.from([0xAA,0xFF,0xFF,0xEE]);
Usefull for not fully Modbus confirmant devices,
which want to have a odd number of bytes.
@dresende dresende self-assigned this May 9, 2018
@dresende
Copy link
Member

dresende commented May 9, 2018

Thank you 👍

@dresende dresende merged commit 21f0ee6 into node-modbus:master May 9, 2018
@dresende
Copy link
Member

dresende commented May 9, 2018

Released 1.11.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants