Page 1 of 1
UART Baud Rate Arduino Mega 2560 R3
Posted: Fri Feb 26, 2021 9:29 am
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).
Re: UART Baud Rate Arduino Mega 2560 R3
Posted: Fri Feb 26, 2021 10:53 am
by SpeedPIC32
Hi,
the PIC32 have the same problem
There it is four times
Greetings SpeedPic32
Re: UART Baud Rate Arduino Mega 2560 R3
Posted: Sat Feb 27, 2021 8:31 am
by LeighM
UART Baud Rate Arduino Mega 2560 R3
I will look into it asap
Re: UART Baud Rate Arduino Mega 2560 R3
Posted: Sat Feb 27, 2021 9:33 am
by mnfisher
Re: UART Baud Rate Arduino Mega 2560 R3
Posted: Mon Mar 01, 2021 9:55 am
by LeighM
Bug found and fixed.
Hopefully in the update system soon.
Re: UART Baud Rate Arduino Mega 2560 R3
Posted: Wed Mar 03, 2021 6:13 am
by bierbaum
Works much better now. Thank you very much for the quick response!