You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some kind of very exotic serial device that requires dcb.fOutxCtsFlow to be set to false while dcb.fRtsControl is set to RTS_CONTROL_ENABLE. There are the only DCB parameters that works with my device:
💥 Proposal
What feature you'd like to see
I need to control dcb.fOutxCtsFlow (https://github.com/serialport/bindings-cpp/blob/main/src/serialport_win.cpp#L160) value with flag from serial port configuration. Now it's linked directly to rtscts configuration, so it can't be set to
false
in any way.Pitch
I have some kind of very exotic serial device that requires dcb.fOutxCtsFlow to be set to
false
while dcb.fRtsControl is set toRTS_CONTROL_ENABLE
. There are the only DCB parameters that works with my device:So I'm getting the following packet when setting up serial communication:
The text was updated successfully, but these errors were encountered: