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

serial port blog post #14

Open
mulderp opened this issue Feb 9, 2016 · 3 comments
Open

serial port blog post #14

mulderp opened this issue Feb 9, 2016 · 3 comments

Comments

@mulderp
Copy link
Owner

mulderp commented Feb 9, 2016

nice trick: http://stackoverflow.com/questions/18879880/how-to-display-nodejs-raw-buffer-data-as-hex-string

@mulderp
Copy link
Owner Author

mulderp commented Feb 9, 2016

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);
  });
});

@mulderp
Copy link
Owner Author

mulderp commented Feb 12, 2016

interesting idea to mention: restsful to serial bridge http://www.tigoe.com/pcomp/code/arduinowiring/1122/

@mulderp
Copy link
Owner Author

mulderp commented Feb 12, 2016

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

No branches or pull requests

1 participant