CompuServe Thread

#Cereal port

4 messages in this thread
#84568From: Alex SchneiderSep 11, 1987 12:55 PM
I know pins 2,3 are TXD and RXD,but which is which? Alex
#84603From: Chris SaulitSep 11, 1987 5:10 PM
Pin 2 is TXD, pin 3 is RXD.
#84649From: Don Curtis/SYSOPSep 12, 1987 1:01 AM
Alex, It depends on whether the device is DCE (Data Communications Equipment) or DTE (Data Terminal Equipment). Modems are DCE and Computers are DTE (as a general statement). Pin2 is DTE Transmit data (TDX) and is an output from a DTE device and an input to a DCE device. Pin2 is DTE Receive data (RDX) and is a DTE input line and a DCE output line. That's why a NULL modem cable has these reversed…it takes the "output" from one computer and attaches it to the "input" of the other computer…and vice versa. Don
#84750From: Alex SchneiderSep 12, 1987 9:32 PM
Ok,thank you. Alex