Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(windows): Add option to disable RTS (#1277)
* Add option to disable RTS on Windows * Add support for XON / XOFF on Windows. This is probably not feature complete in terms of missing the XonChar, XoffChar, XonLim fields of DCB, but I am not as familiar with this aspect of serial comms. BREAKING CHANGE: We previously hard coded to have RTS On for windows at all times.
- Loading branch information