virtual-serialport
virtual-serialport copied to clipboard
A drop-in virtual replacement for node-serialport's SerialPort object
- support isOpen as property additional to the method - add pause, resume and flush support - do not emit data when port is not opened, but output warning -...
I have added support for the "readable" event and bumped the versions of the the dependencies in the package file. I required the readable event for a test harness I'm...
When would be the timeline for virtual-serialport to support serialport v6? According to node-serialport documentation, 'data' event is not a preferable way to read from the serial port. Instead, it...
FYI guys with node-serialport 4.0.7 and virtual-serialport 0.3.3 the parsers aren't loaded off node-serialport as they are with verision 3.x. Your package.json has a `*` for the serialport optional dependency...
Hi, can you provide a typescript sample?