Page 1 of 1

UART ATMEGA328

Posted: Sun Feb 05, 2023 6:50 am
by ChrisT66
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!

Re: UART ATMEGA328

Posted: Sun Feb 05, 2023 7:12 am
by mnf
There are quite a few examples on the board try viewtopic.php?t=22338

Use the Rx interrupt to receive the data

Martin

Re: UART ATMEGA328

Posted: Sun Feb 05, 2023 9:37 am
by ChrisT66
Ok, will take a look at the examples, thanks