techninja / cncserver

A RESTful API server for driving serial based CNC devices
133 stars 39 forks source link

Newer serialport? #97

Closed arpruss closed 4 years ago

arpruss commented 5 years ago

I'm wondering if you could upgrade to a newer serialport module? I want to use this with a device that does software handshaking (XON/XOFF), but the 5.0.0 serialport module doesn't support software handshaking on Windows.

JohnnyFun commented 4 years ago

I confirmed latest serialport (v8.0.5) works. I created a pull request here: https://github.com/techninja/cncserver/pull/101

techninja commented 4 years ago

Merged! Thanks guys.