I have a piece of code that can read current state of serial port CTS line, and application then goes into appropriate mode bases on value there.
Using null-modem cable described here:
http://www.lammertbies.nl/comm/info/RS-232_null_modem.html#full
i can detect RTS line on some other port that is connected via that null-modem cable.
Is there a way of programmatic raising or lowering RTS line?
Platform is Win32, c++, but any info on when is RTS line raised or lowered would be helpful.