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
I am currently trying to send binary data. I already checked #29 #30 and I also tried sendjsonraw and/or timedraw but I get errors like
Could not parse send command: sendjsonraw
Or in some cases
We could not find the serial port
What is the most recent way to send binary data?
Code
this.socket.emit('command', "open /dev/serialport 38400 timedraw");
after port is opened
var temp = {P:"/dev/serialport", Data:[{D:"BQf/8AEAalA="}]}; this.socket.emit('command', "sendjsonraw "+JSON.stringify(temp));
Thanks
**EDIT I can see at 1ec989f that the sendjsonraw functions were removed. 😢
The text was updated successfully, but these errors were encountered:
Closing issue. Ended up writing a little Node.js bridge to do what I wanted. Project is here browser-ws-serial
Sorry, something went wrong.
No branches or pull requests
I am currently trying to send binary data. I already checked #29 #30 and I also tried sendjsonraw and/or timedraw but I get errors like
Or in some cases
What is the most recent way to send binary data?
Code
after port is opened
Thanks
**EDIT
I can see at 1ec989f that the sendjsonraw functions were removed. 😢
The text was updated successfully, but these errors were encountered: