Skip to content

Instantly share code, notes, and snippets.

@houhr
Last active August 29, 2015 14:15
Show Gist options
  • Save houhr/88ff946bfd94fb1a6bab to your computer and use it in GitHub Desktop.
Save houhr/88ff946bfd94fb1a6bab to your computer and use it in GitHub Desktop.
var serialport = require("serialport");
serialport.list(function (err, ports) {
ports.forEach(function(port) {
console.log(port.comName);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment