Eagle uart echo Example
From Manuals
(Difference between revisions)
(Created page with '__TOC__ =UART Interrupts (uart_echo= ==Compatibility [http://www.micromint.com/index.php/SBC/eagle-50.html Eagle50], [http://www.micromint.com/index.php/SBC/eagle-50.html 50E], […') |
|||
| Line 1: | Line 1: | ||
| - | |||
=UART Interrupts (uart_echo= | =UART Interrupts (uart_echo= | ||
| - | ==Compatibility [http://www.micromint.com/index.php/SBC/eagle-50.html | + | ==Compatibility [http://www.micromint.com/index.php/SBC/eagle-50.html Eagle 50], [http://www.micromint.com/index.php/SBC/eagle-50.html 50E], [http://www.micromint.com/index.php/SBC/eagle-100.html 100]== |
This example application utilizes the UART to echo text. The first UART (connected to the FTDI virtual serial port on the evaluation board) will be configured in 115,200 baud, 8-n-1 mode. All characters received on the UART are transmitted back to the UART. | This example application utilizes the UART to echo text. The first UART (connected to the FTDI virtual serial port on the evaluation board) will be configured in 115,200 baud, 8-n-1 mode. All characters received on the UART are transmitted back to the UART. | ||
[[Image:Eagle_uart_echo0.gif|center|]] | [[Image:Eagle_uart_echo0.gif|center|]] | ||
Revision as of 01:18, 20 June 2010
UART Interrupts (uart_echo
Compatibility Eagle 50, 50E, 100
This example application utilizes the UART to echo text. The first UART (connected to the FTDI virtual serial port on the evaluation board) will be configured in 115,200 baud, 8-n-1 mode. All characters received on the UART are transmitted back to the UART.

