Releases: reyiyo/virtual-serialport
Releases · reyiyo/virtual-serialport
Bugfixing
Fixed:
- The this.open = true replaces the method open() with the same name.
- The close method should set this.opened= false.
- The parsers obj in the original serialport module is binded to the Class, not to the instance
0.3.1
- Added compatibility with 2.x API
- Added parsers support by installing node-serialport
- Changed to MIT license for better compatibility with node-serialport licensing
v0.2.1
Fixes #3 virtual-serialport shouldn't have synchronous emitters
v0.2.0
New versions with more API methods from pull requests