Skip to content

Releases: reyiyo/virtual-serialport

Bugfixing

06 Jan 01:43
Compare
Choose a tag to compare

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

06 Nov 05:55
Compare
Choose a tag to compare
  • 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

08 Aug 10:01
Compare
Choose a tag to compare

Fixes #3 virtual-serialport shouldn't have synchronous emitters

v0.2.0

22 Jan 02:33
Compare
Choose a tag to compare

New versions with more API methods from pull requests