How do BayCom Modems use the RS-232 interface?

The BayCom modem uses the RS-232 lines in a quite different way from the way the RS-232 designers intended it to be used. The main reason for this is that AX.25 requires synchronous operation, which is not supported by the RS-232's 8250 interface chip (and compatibles): they expect asynchronous data with start and stop bits.

As a result, we cannot use the RXD and TXD lines of the RS-232 interface. For BayCom modems, the RS-232 lines are used as follows:

RS-232 pinRS-232 namemodem use
3TXDPower supply only
4DTRTX Data
5GNDGND
7RTSPTT
8CTSRX Data

For programming reasons, pin 3 outputs an irregular clock that may be used as the modem's power supply. Further power may also be obtained from RTS (on "high" when the modem is transmitting) and DTR (on "high" while the modem receives).

(Help) (Home) (Up)