
Tonlaar
I’m trying to connect an Arduino Nano with the EZ-B v4 to offload some of the work. UART1 and UART2 work fine!
Problem is with UART0 (information is send but corrupted)
Connection:
Arduino GND to EZ-B v4 GND
Arduino RX connected to UART0 TX (first pin), D5 or D18
Attached to the Arduino is a 2x16 character LCD (I2C connection) to display (the serial information (also visible true the Serial Monitor) using a simple protocol; 0 (0x30) = clear LCD, 1 (0x31) = start at line 1, 2 (0x32) = start at line 2. All other information is just displayed.
All is fine and Information is displayed correctly when attached to pin D5 or D18.
When connected to the TX pin of UART0 information is sporadically send but corrupted. Touching the wire (on the outside!) changes the behavior of the characters received (more characters but still corrupted)??!!
Ya, I agree with Thetechguru. Try another EZB. There may be something wrong internally with the one you're using.
Have you tried wiring directly and eliminating the breadboard?
The thing is the whole setup including the the 2 ground wires I use are working for UART1 and UART2 so Serial communication is working but not for the UART0