RS485 DB9 on Connect Products

Using RS-485 on the DB9 port of Digi Connect / ConnectPort Products

Not all Digi products support RS-422/485; some support RS-232 only. Those which do support selectable RS-422/485 refer to this as Multi-Electrical Interface or MEI.

Digi Support has an official document that covers EIA-232/422/485 in general, which is document 90000253 and titled Cable Guide Including all PortServer TS, Digi Connect, and Digi One Products. The PDF is here: Document 90000253_E as-of Sept-2009

This Wiki page directly covers products which use a standard DB9 serial port (a DTE or PC-like port).

Relevant Digi Products

This discussion covers at least the following Digi Products:

Pinouts

Pin RS-232 RS-422/485 4-wire RS-485 2-Wire
1 DCD = Input CTS-- = Input Not Used
2 RXD = Input RXD+ = Input RXD+ or Not Used
3 TXD = Output TXD+ = Output DAT+ (often B)
4 DTR = Output RTS-- = Output Not Used
5 GND, Signal GND, Signal GND, Signal
6 DSR = Input RXD-- = Input RXD-- or Not Used
7 RTS = Output RTS+ = Output Not Used
8 CTS = Input CTS+ = Input Not Used
9 Not Used TXD-- = Output DAT-- (often A)

Note: "A" is often "-" and "B" is often "+". For historical reasons, some vendors reverse label "A" and "B", so it is a less predictable naming convention than +/- (which a few vendors also reverse label!) So make sure you try swapping the +/- (A/B) if you cannot communicate. EIA-422/485 compliant devices cannot be damaged by reverse wiring the +/- (A/B) signals.

Cable: RS-422/485 4-wire Full

Note Do you require the RTS/CTS loopback? Technically, the Digi product does not require this. However, this loopback is required if a user enables hardware flow control on the port, or if a remote application using Digi RealPort were to assert RTS and then expect CTS to be viewed as also asserted.

Cable: RS-422/485 4-wire Minimum

Cable: RS-485 2-wire Full

Note Do you require the Txd/Rxd shorting? Technically, most Digi products do not require this. However, some future product might require it.

Cable: RS-485 2-wire Minimum

Products tested to work fine with either the RS-485 2-wire Full or Minimum 3-wire cable

Enabling RS-422/485

Software Select - Web UI

You will find the setting under the: Configuration > Serial Ports > Serial Port Configuration > The Multiple Electrical Interface (MEI) Serial Settings web page.

Software Select - Telnet/CLI

The set switches command is used. (See the appropriate Family Command Reference such as 90000566 for more information). RS-422 is considered RS-485 4-wire.

set switches [port=range]
    [mode={232|485}]
    [wires={two|four}]
    [termination={on|off}]

DIP Switches

Older Digi Connect products included 4 DIP switches to change between RS-232 and RS-485. Since most of these products have been converted to software select, these settings won't be covered here. Such products will have a label attached showing the settings.

About Termination and Bias

Although "termination" rarely has noticeable impact on RS-485, the line bias used to quiet idle floating lines is general critical. Failing to apply adequate line bias either causes complete RS-485 communications failure, or else causes intermittent noise problems which can be very hard to diagnose. You should always enable the termination on a Digi RS-485 port by default and then only disable it as a last resort when trying to solve a communication problem.

If the device(s) you are connecting already apply a line bias, then line bias within the Digi might be redundant or even disruptive.

Pin 5 Connection (Ground/Signal Reference) is Critical

Although RS-485 products FROM A SINGLE VENDOR can often run as pure 2 or 4-wire and no explicit ground, this rarely works reliably when mixing product from multiple vendors. This is because RS-485 2-wire is not a loop - a transmitting driver is sourcing a tiny current on both "+" and "-", while a receiving driver is sinking a tiny current on both "+" and "-". Thus a common ground reference must exist to complete the circuit.

So while a specific Vendor X can say "Our products work together without a 3rd (or 5th) Ground wire", they CANnot say "Therefore other unknown products won't need a 3rd (or 5th) Ground wire to talk to us." This is a fallacy.

Using RS-422/485 to connect a Digi product to a third-party product without an explicit ground reference MIGHT work - but it might not. Or it might generally work and intermittently not work. Therefore assume that you need to properly handle the ground/signal return.

If the third party product lacks a signal reference for the RS-422/485, try to find any signal which that product treats as a logic or signal ground. Worstcase, connect the Digi's signal ground via a 1-watt, 1000-ohm resister to the 0-volt/negative return of that product's DC power supply.

Symptoms of Missing Ground Wires

The most common symptom is that the communications works for a few hours, days, or weeks, then stops working for hours at a time. Rebooting the devices may restores communications (or may not). Refreshing the Digi MEI settings may restore communications (or may not). Disconnecting and reconnecting the cable may restore communications (or may not). But in all cases the failure will repeat again in a few hours, days or weeks.