UART ATMEGA328

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
ChrisT66
Posts: 67
Joined: Mon Jul 13, 2020 3:00 pm
Contact:

UART ATMEGA328

Post 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!

mnf
Valued Contributor
Valued Contributor
Posts: 1188
Joined: Wed May 31, 2017 11:57 am
Has thanked: 70 times
Been thanked: 439 times
Contact:

Re: UART ATMEGA328

Post 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

ChrisT66
Posts: 67
Joined: Mon Jul 13, 2020 3:00 pm
Contact:

Re: UART ATMEGA328

Post by ChrisT66 »

Ok, will take a look at the examples, thanks

Post Reply