browser-serialport
browser-serialport copied to clipboard
supported by electron?
hello, is browser-serialport supported by electron?
I tried to use the package, but the list ports are null.
Maybe the trouble is permission.
As far as I know, it will not work with Electron because it does not provide access to the chrome.serial API. You can use it in NW.js though which is similar to Electron.