I'm trying to determine the difference when I open serial port with hardware handshake and none handshake.
It seems that in both cases I have to control RTS/CTS
signals (just tested it with one COM device).
So what the difference between opening serial port with hardware handshake and without handshaking?
From my previous understanding, when we work without handshaking
, we don't care about RTS/CTS
and DTR/DSR
signals. Just send and receive data whenever we want. Was I wrong?
One more question. Can we work without handshaking
in full duplex
mode only?