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

feat: handle hexadecimal write and read #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

achorein
Copy link

@achorein achorein commented Nov 6, 2023

In order to send hexadecimal input/output on serial port, this PR aim to :

  • allow to write a Buffer type (for exemple receiving Buffer.from("0614000400341101005E", "hex") as content)
  • handle fixed response length (bytes), adding fixedRespBytesLength to optin

for record it allows me to control a Viewsonic PX701HD projector (RS-232 Protocol)

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

Successfully merging this pull request may close these issues.

None yet

1 participant