Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 11:56 12 May 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Quick handshaking question - CTS & RTS...

Author Message
Grogster

Admin Group

Joined: 31/12/2012
Location: New Zealand
Posts: 9492
Posted: 09:12pm 11 Aug 2014
Copy link to clipboard 
Print this post

Hi folks.

Normally, I don't use the handshaking lines, and just use TXD and RXD in my 232 corrector designs, but this time, I need the handshaking lines, to make use of the automatic handshaking feature of the MaxiMite COM1 port.

Are the CTS and RTS lines straight through, or do they cross over like the TXD and RXD does?

IE, is this correct:

TXD-RXD
RXD-TXD
CTS-CTS
RTS-RTS

...or is THIS correct:

TXD-RXD
RXD-TXD
CTS-RTS
RTS-CTS

I have a feeling that the first one is the correct one, as although the data is bi-directional, the handshaking lines are just high/low lines, rather then having a specific "Direction".

Do I have this right or wrong?

Thanks.
Smoke makes things work. When the smoke gets out, it stops!
 
atmega8

Guru

Joined: 19/11/2013
Location: Germany
Posts: 723
Posted: 09:37pm 11 Aug 2014
Copy link to clipboard 
Print this post

RTS WAITS FOR THE ANSWER OF CTS...AND SO ON.
SO RTS HAS TO BE CONNECTED TO THE CTS OF THE COMMUNICATION PATTNER.
 
Grogster

Admin Group

Joined: 31/12/2012
Location: New Zealand
Posts: 9492
Posted: 10:37pm 11 Aug 2014
Copy link to clipboard 
Print this post

Thanks.
Smoke makes things work. When the smoke gets out, it stops!
 
atmega8

Guru

Joined: 19/11/2013
Location: Germany
Posts: 723
Posted: 12:25am 12 Aug 2014
Copy link to clipboard 
Print this post

Furthermore is RTS an Output and CTS an Input ( from the view of a PC).

 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025