browser-serialport icon indicating copy to clipboard operation
browser-serialport copied to clipboard

supported by electron?

Open kaizhi-singtown opened this issue 9 years ago • 1 comments

hello, is browser-serialport supported by electron?

I tried to use the package, but the list ports are null.

Maybe the trouble is permission.

kaizhi-singtown avatar Feb 15 '17 15:02 kaizhi-singtown

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.

djipco avatar Feb 15 '17 16:02 djipco