UART

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

UART

403 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by andresfrid on Mon Jun 02 21:23:39 MST 2014
Hello, i compile an example of the uart provided by LPCxpresso IDE downloaded from this page on my lpcxpresso1769.
Im using UART1, P0.15 Tx1 and P0.16Rx1, conected to and USB to RS232.
The TX of the ARM is conected to the Rx of the DB9 pin and the Rx to the Tx.
Im using the hyperterminal to see what the board is sending.
Both Uarts are configured in 9600baud, data bits 8, none parity, stop bits 1, flush control none.
The problem is that in the hyperterminal console im reciving anything, but not what im expecting to recive ("UART1 Online:").
I thought it was noise, but conecting the rx and tx from the USB to RS232 pins I recived what i wrote on the console (it means i discard the noise).
I dont know what is the problem.

Original Attachment has been moved to: uart.rar

Labels (1)
0 Kudos
1 Reply

318 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by R2D2 on Mon Jun 02 23:43:56 MST 2014

Quote: andresfrid
The TX of the ARM is conected to the Rx of the DB9 pin and the Rx to the Tx.
...
I dont know what is the problem.



:O

LPC1769 is generating a 3.3V UART signal, that's not RS232...

See: http://www.lpcware.com/content/forum/do-i-need-a-rs-232-level-shifter

0 Kudos