Open JulianJacobi opened 4 years ago
It would be nice to add a SendBreak() method to perform tcsendbreak() and the windows equivalent (SetCommBreak&ClearCommBreak).
SendBreak()
tcsendbreak()
SetCommBreak
ClearCommBreak
It would be nice to add a
SendBreak()
method to performtcsendbreak()
and the windows equivalent (SetCommBreak
&ClearCommBreak
).