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 trick: http://stackoverflow.com/questions/18879880/how-to-display-nodejs-raw-buffer-data-as-hex-string
The text was updated successfully, but these errors were encountered:
on windows seems not easy command line to list serial ports, i.e. add an example with:
var serialPort = require("serialport"); serialPort.list(function (err, ports) { ports.forEach(function(port) { console.log(port.comName); console.log(port.pnpId); console.log(port.manufacturer); }); });
Sorry, something went wrong.
interesting idea to mention: restsful to serial bridge http://www.tigoe.com/pcomp/code/arduinowiring/1122/
and http://www.tigoe.com/pcomp/code/arduinowiring/1096/
No branches or pull requests
nice trick: http://stackoverflow.com/questions/18879880/how-to-display-nodejs-raw-buffer-data-as-hex-string
The text was updated successfully, but these errors were encountered: