C++ / Windows API
When specifying hardware flow control for my rs232 port via SetCommState(), I know this asks the OS to attempt flow control with CTS/DSR signaling.
Does this configuration:
1) assume that the serial device at the other end of communications already supports CTS/DSR line flow control?
2) or expect me to somehow acquire the flow control capability of the connected serial device ?