Created
March 10, 2014 20:29
-
-
Save bcomnes/5cbf5d5c5454362e9020 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > serialPort.list(function (err, ports) { console.log(ports) }); | |
| undefined | |
| > [ { comName: 'COM5', | |
| manufacturer: 'Gigaware', | |
| serialNumber: '', | |
| pnpId: 'USB\\VID_05AD&PID_0FBA\\5&C663B7B&0&1', | |
| locationId: '', | |
| vendorId: '', | |
| productId: '' } ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment