fcovas
Results
2
issues of
fcovas
This is how I implemented this feature in my project. I think I'm not missing anything.
If I run the `examples/basic.js` the application crashes because the serial port is not opened on the `'connected'` event. Shouldn't the `'connected'` event only be emitted after the SerialPort `'open'`...