Difference between revisions of "RS-232"

From ArmadeusWiki
Jump to: navigation, search
(creation)
 
m (Usage)
Line 2: Line 2:
  
 
==Usage==
 
==Usage==
There are 2 ways to have RS-232 serial ports on your Armadeus board:
+
There are 3 ways to have RS-232 compatible serial ports on your Armadeus board:
 
* Use the internal serial controllers of the i.MX(L/27) (2 on i.MXL, 6 on i.MX27)
 
* Use the internal serial controllers of the i.MX(L/27) (2 on i.MXL, 6 on i.MX27)
* [[OpenCore 16550 IP Linux driver | Use OpenCore serial IPs you have put in the FPGA of your board]]
+
* [[OpenCore 16550 IP Linux driver | Load OpenCore serial IPs into the FPGA of your board and use it]]
 +
* [[USB_to_serial_adapter | Use a USB <-> Serial adapter]] (not possible with an [[APF9328DevLight]]).
  
 
==Links==
 
==Links==
 
* http://en.wikipedia.org/wiki/RS-232
 
* http://en.wikipedia.org/wiki/RS-232

Revision as of 23:58, 29 January 2009

RS-232 (Recommended Standard 232) is a standard for serial binary data signals connecting between a DTE (Data Terminal Equipment) and a DCE (Data Circuit-terminating Equipment).

Usage

There are 3 ways to have RS-232 compatible serial ports on your Armadeus board:

Links