View previous topic :: View next topic |
Author |
Message |
tavioman
Joined: 22 Feb 2006 Posts: 65
|
RS232 with flow control. |
Posted: Mon Jul 30, 2007 12:52 pm |
|
|
Hi all. I'll probably be a little off topic. My apologies for that.
I want to know in what state the pins RTS and CTS are active.
Let's assume my MCU is DTE.
DCE waits for RTS till data can be send to DTE.
Now, I will tie the pin low or high for DCE to send data? |
|
|
Humberto
Joined: 08 Sep 2003 Posts: 1215 Location: Buenos Aires, La Reina del Plata
|
|
Posted: Mon Jul 30, 2007 4:07 pm |
|
|
For RS232 Data and Control signals:
-a HIGH level in the TTL side correspond to negative level voltages in RS232 side.
-a LOW level in the TTL side correspond to positive level voltages in RS232 side.
Yes, it is quite confusing but general speaking, to activate a Control signal -in TTL side-
you should pull it down (LOW).
http://www.ccsinfo.com/forum/viewtopic.php?t=24612&highlight=handshaking
Humberto |
|
|
tavioman_ Guest
|
CMOS |
Posted: Tue Jul 31, 2007 10:50 am |
|
|
Hi Humberto.
I'm using I'm using CMOS MCU( PIC ) to comunicate with GM862 GSM module that is also a cmos. I'm not using a GSM terminal.
What you said above still aplies? |
|
|
Humberto
Joined: 08 Sep 2003 Posts: 1215 Location: Buenos Aires, La Reina del Plata
|
|
Posted: Tue Jul 31, 2007 12:28 pm |
|
|
I had been looking for such devices. I found the GM862 Module wich use the Telit Unified AT
Command Set, if this is the module you are using, it should be handled like a DCE modem.
Humberto |
|
|
|