browser-serialport
browser-serialport copied to clipboard
Robots in the browser. Just like node-serialport but for browser/chrome apps.
options.rtscts = _options.rtscts; if (options.flowControl || options.flowcontrol) { var fc = options.flowControl || options.flowcontrol; if (typeof fc === 'boolean') { options.rtscts = true; } else if (typeof fc === 'string'){...
👋 Hello! I'm opening this pull request to sync up some API differences that have occured between `browser-serialport` and `node-serialport`. For some background on why it'd be great to keep...
Another try to get the changes merge, changes are based from https://github.com/garrows/browser-serialport/pull/43, but includes more recent changes from your master.
Hi Folks, I'm working towards getting our c++ bindings isolated enough that we could switch out serialport implementations in an easier way. This could include the chrome serialport object. I...
hello, is browser-serialport supported by electron? I tried to use the package, but the list ports are null. Maybe the trouble is permission.
`node-serialport` [changed its API](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/master/UPGRADE_GUIDE.md) with version 4 (constructor, autoOpen, etc.). Is it planned for `browser-serialport` to align with those changes ?
Hi, i'm trying to load an Arduino program, in a chrome extension with avrgirl-arduino, but when try to load a big program to an Arduino UNO modified board (mCore board),...
Hi @garrows , do I need to convert the module with browserify? I convert the module firstly: browserify index.js > browser-serialport.js When I try to get the serialPort in the...
can not support ESC/POS "cut paper" ,but node-serialprt can support