Search Results

1
vote
2answers
325 views

Serial programming (hardware handshake)

I'm trying to to program a serial communication using hardware handshake in linux using C/C++. The signals that implement the handshake are CTS (Clear to send) and RTS (Request to send). Currently …