UART Baud Rate Arduino Mega 2560 R3

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
bierbaum
Posts: 3
http://meble-kuchenne.info.pl
Joined: Thu Dec 10, 2020 1:26 pm
Has thanked: 2 times
Been thanked: 1 time

UART Baud Rate Arduino Mega 2560 R3

Post by bierbaum »

I have implemented serial communication between two devices via the UART (RS232) component. If I switch from Channel 1 to another channel I have to double the baudrate in the properties to get the right value (eg. 230400 in the properties means 115200 in real life). Am I doing sth. wrong? Just switched from FC6-FC7-FC8-FC9 (Prof. Version).

SpeedPIC32
Posts: 261
Joined: Thu Dec 10, 2020 2:35 pm
Has thanked: 36 times
Been thanked: 17 times

Re: UART Baud Rate Arduino Mega 2560 R3

Post by SpeedPIC32 »

Hi,

the PIC32 have the same problem
There it is four times


Greetings SpeedPic32

LeighM
Valued Contributor
Posts: 458
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 82 times
Been thanked: 246 times

Re: UART Baud Rate Arduino Mega 2560 R3

Post by LeighM »

UART Baud Rate Arduino Mega 2560 R3
I will look into it asap

mnfisher
Valued Contributor
Posts: 1520
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 138 times
Been thanked: 732 times

Re: UART Baud Rate Arduino Mega 2560 R3

Post by mnfisher »


LeighM
Valued Contributor
Posts: 458
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 82 times
Been thanked: 246 times

Re: UART Baud Rate Arduino Mega 2560 R3

Post by LeighM »

Bug found and fixed.
Hopefully in the update system soon.

bierbaum
Posts: 3
Joined: Thu Dec 10, 2020 1:26 pm
Has thanked: 2 times
Been thanked: 1 time

Re: UART Baud Rate Arduino Mega 2560 R3

Post by bierbaum »

Works much better now. Thank you very much for the quick response!

Post Reply