Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 8 months ago.
arduino to mbed lpc1768 (UART)
hi . i'm a new user of mbedl pc1768 , i'd like to know if it is possible to send data from ARDUINO UNO to MBED 1768 using UART modules (of both µC) ? best
Question relating to:
1 Answer
10 years, 8 months ago.
Yes. Connect 3 wires, Tx, Rx and Gnd, (Tx from one going to Rx on the other), set them to the same baud rate, parity etc... and send a byte and you'll get that byte at the other end.
The complexity is in making sense of the data that you get. If it's predictable fixed format data then it's simple, for more complex data the parsing can get tricky.