bminer / trivial-port

Node.js library to open serial ports for reading and writing
MIT License
6 stars 2 forks source link

Streams #6

Closed mbuster closed 10 years ago

mbuster commented 10 years ago

@bminer, what do you think of exposing the read/write streams directly? This would give us the ability to make use of the various stream/transform modules available. Maybe providing references to the read/write streams on the "open" event? Happy to submit a PR if this is something you can see adding to trivial-port.

bminer commented 10 years ago

Yes. I am certainly open to adding this functionality. As my time is currently taken by other projects, pull requests are graciously accepted. :)

mbuster commented 10 years ago

Turned out to be pretty simple, submitted PR

bminer commented 10 years ago

Thank you. PR merged. Closing this issue.