A dumb question

It is an adapter for a 9-pin RS-232 cable that reverses pins 2 and 3 (xmit/rcv) so that xmit on one end is rcv on the other end and vice-versa.
 
Warning! Longer, more complex reply. RS232 was designed as the communication standard from Data Terminal Equipment (DTE - a 'terminal') to Data Communication Equipment (DCE - a 'modem'). The modem provides conversion to signals acceptable on the telephone line. At the other end would be another modem, connected via (presumably) another connection to a computer.

But people wanted to use the connection locally from computer directly to another computer. They could not be connected straight through pin-to-pin as the transmit on one computer would be directly connected to the transmit on the other computer. Other signals likewise would be connected to their identical counterparts and not to an appropriate pin. For example, handshaking signals RTS (Ready To Send) and CTS (Clear To Send) would either need to be cross connected or, in many cases, the RTS is simply locally connected to the CTS of the same unit.

Thus a 'null modem' cable provides the same effective connections as if a complete Computer-Modem-Telephone Line-Modem-Computer hookup existed. The minimal 'null modem' does indeed just cross Transmit and Recieve on one end to the appropriate opposite pin on the other. The 'modem control and handshaking' lines are dealt with in a variety of ways resulting in a number of designs for 'null modem' cables. One may not be right for all setups.
 
Actually a great source for my information on serial communications is the book "C Programmer's Guide to Serial Communications" by Joe Campbell. And indeed he does start with the telegraph in his incredibly thorough discussions.
 
How about the handset coupler with the two rubber circles that never seemed to fit right. And listening paitently to the tones waiting to catch a hiccup in the transmission.
 
I never go tot use the rubber cups, but I do remember them. 300 was the slowest that I used. I kinda Like serial. I have used it for so many different applicitaions that its not funny.

I found an old Hayes 1200bps Modem in my lab. Still in the box.


I agree, the only dumb question is the one that goes unasked.
 
300 bps is still used.
We do work for a major utility in the UK and some of their telemetry systems for remote site monitoring use the old telex lines and 300bps modems (SS300). Plenty fast enough for remote monitoring and alarms.
 
keithkyll said:
300bps was the new fast version. I think the original was 110.

Correction, 75 bps was the first version. It is still the first option, when selecting communicaton speed for a COM port on Windows XP. :ROFLMAO:
 

Similar Topics

Hello folks! Never been here before but I have a question that's been bugging me for a while. I recently got a job at a chemical plant that's...
Replies
8
Views
333
Is there any way to stop a search from finding a text string inside a sub-tag name. For example: if I'm searching for "run" ... I only want to...
Replies
10
Views
2,116
Ok so probably a really dumb question. How do I do set a variable equal to a value in ladder? I can't seem to find a ':=' equivalent in ladder...
Replies
1
Views
1,316
So, just to start, I am not an engineer, but a sort-of self taught programmer. And I am familiar with RSLogix-500, but I am just learning...
Replies
23
Views
6,871
Hi all, Yesterday I was setting up a 4-20mA scale for a tank level. The tank has a staff gauge and a pressure sensor, and the scaling printed on...
Replies
7
Views
2,518
Back
Top Bottom