Serial, RS232: Difference between revisions

From doityourselfchristmas.com
Jump to navigation Jump to search
(New page: == Achievable distances== <center> <table> <caption>RS232 cable length according to Texas Instruments</caption> <tr><th>Baud rate</th><th>Maximum cable length (ft)</th></tr> <tr align="c...)
 
No edit summary
Line 1: Line 1:
==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.




Line 12: Line 15:
</table>
</table>
</center>
</center>
==External Links==
*[http://www.lammertbies.nl/comm/info/RS-232_specs.html Introduction into RS232 specifications]

Revision as of 15:12, 17 March 2009

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.


Achievable distances

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

External Links