Hello, have two probably simple questions: with which command do I transfer a UINT number via UART and what is a reasonable timeout time on the receiver side?
Thanks a lot!
UART ATMEGA328
Moderator: Benj
-
- Valued Contributor
- Posts: 1208
- Joined: Wed May 31, 2017 11:57 am
- Has thanked: 70 times
- Been thanked: 440 times
Re: UART ATMEGA328
There are quite a few examples on the board try viewtopic.php?t=22338
Use the Rx interrupt to receive the data
Martin
Use the Rx interrupt to receive the data
Martin