Appendix e – measured drawing, Appendix c – rs-422 electrical interface, Appendix d - asynchronous communications – Impulse 2106 User Manual
Page 7
Appendix C & D
Sealevel Systems SeaLINK+422
Page 5
Appendix C – RS-422 Electrical Interface
The RS-422 specification defines the electrical characteristics of balanced voltage digital interface circuits. RS-422
is a differential interface that defines voltage levels and driver/receiver electrical specifications. On a differential
interface, logic levels are defined by the difference in voltage between a pair of outputs or inputs. In contrast, a
single ended interface, for example RS-232, defines the logic levels as the difference in voltage between a single
signal and a common ground connection. Differential interfaces are typically more immune to noise or voltage
spikes that may occur on the communication lines. Differential interfaces also have greater drive capabilities that
allow for longer cable lengths. RS-422 is rated up to 10 Megabits per second and can have cabling 4000 feet long.
RS-422 also defines driver and receiver electrical characteristics that will allow 1 driver and up to 32 receivers on
the line at once. RS-422 signal levels range from 0 to +5 volts. RS-422 does not define a physical connector.
Appendix D - Asynchronous Communications
Serial data communications implies that individual bits of a character are transmitted consecutively to a receiver that
assembles the bits back into a character. Data rate, error checking, handshaking, and character framing (start/stop
bits) are pre-defined and must correspond at both the transmitting and receiving ends.
Asynchronous communications is the standard means of serial data communication for PC compatibles and PS/2
computers. The original PC was equipped with a communication or COM: port that was designed around an 8250
Universal Asynchronous Receiver Transmitter (UART). This device allows asynchronous serial data to be
transferred through a simple and straightforward programming interface. Character boundaries for asynchronous
communications are defined by a starting bit followed by a pre-defined number of data bits (5, 6, 7, or 8). The end
of the character is defined by the transmission of a pre-defined number of stop bits (usually 1, 1.5 or 2). An extra bit
used for error detection is often appended before the stop bits.
Remain Idle or
next start bit
Odd, Even
or
Unused
STOP
P
BIT
5 to 8 Data Bits
Idle state of
line
1
0
1
1.5
2
This special bit is called the parity bit. Parity is a simple method of determining if a data bit has been lost or
corrupted during transmission. There are several methods for implementing a parity check to guard against data
corruption. Common methods are called (E)ven Parity or (O)dd Parity. Sometimes parity is not used to detect errors
on the data stream. This is refereed to as (N)o parity. Because each bit in asynchronous communications is sent
consecutively, it is easy to generalize asynchronous communications by stating that each character is wrapped
(framed) by pre-defined bits to mark the beginning and end of the serial transmission of the character. The data rate
and communication parameters for asynchronous communications have to be the same at both the transmitting and
receiving ends. The communication parameters are baud rate, parity, number of data bits per character, and stop bits
(i.e. 9600,N,8,1).