SEARCH
TOOLBOX
LANGUAGES
modified on 14 March 2011 at 23:13 ••• 13,522 views

Eagle uart echo Example

From Manuals

(Difference between revisions)
Jump to: navigation, search
(Compatibility Eagle 50, 50E, 100)
 
Line 1: Line 1:
=UART Interrupts (uart_echo=
=UART Interrupts (uart_echo=
==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]==
==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, which is connected to the COM1 on the Eagle microcontroller board, is configured for 115,200 bits per second, and 8-n-1 mode. When the program is started a message will be printed to the terminal. All characters received on the UART are transmitted back to the UART.
[[Image:Eagle_uart_echo0.gif|center|]]
[[Image:Eagle_uart_echo0.gif|center|]]

Current revision as of 23:13, 14 March 2011

UART Interrupts (uart_echo

Compatibility Eagle 50, 50E, 100

This example application utilizes the UART to echo text. The first UART, which is connected to the COM1 on the Eagle microcontroller board, is configured for 115,200 bits per second, and 8-n-1 mode. When the program is started a message will be printed to the terminal. All characters received on the UART are transmitted back to the UART.