Serial, RS232

From doityourselfchristmas.com
Revision as of 15:14, 17 March 2009 by Wvengineer (talk | contribs)
Jump to navigation Jump to search

Overview

Communication as defined in the RS232 standard is an asynchronous serial communication method. The word serial means, that the information is sent one bit at a time. Asynchronous tells us that the information is not sent in predefined time slots. Data transfer can start at any given time and it is the task of the receiver to detect when a message starts and ends.



Voltages

The signal level of the RS232 signal can have two states. A high bit, or mark state is identified by a negative voltage and a low bit or space state uses a positive value. This might be a bit confusing, because in normal circumstances, high logical values are defined by high voltages also. The voltage limitations are shown below.

RS232 voltage values
LevelTransmitter
capable (V)
Receiver
capable (V)
Space state (0)+5 ... +15+3 ... +25
Mark state (1)-5 ... -15-3 ... -25
Undefined--3 ... +3

Achievable distances

RS232 cable length according to Texas Instruments
Baud rateMaximum cable length (ft)
1920050
9600500
48001000
24003000

External Links