2023-09-04 01:25 AM
data on serial monitor
tera term setting
what is the reason of data mis matching ?
2023-09-04 02:10 AM
Check the TeraTerm Setup / Terminal settings "Coding (receive / transmit)".
And do you have any proof that sprintf is working correctly?
Try sending some pure ASCII string directly with HAL_UART_Transmit.
2023-09-04 02:15 AM
Hello @Ranjeet Singh,
Could you specify which STM32 product/ board are you using?
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-09-04 02:40 AM
Hello
You have different paritysettings. Put parity none to code or parity odd to your terminal settings.
Br J.T
2023-09-04 02:54 AM
Currently outputting in the equivalent to 7O1 mode, disable parity on the STM32 (NONE) so it is using 8N1 mode
2023-09-04 03:00 AM
2023-09-04 03:12 AM - edited 2023-09-04 03:13 AM
putt the parity non now the result is
2023-09-04 03:12 AM - edited 2023-09-04 03:13 AM
putt the parity none,now the result is
2023-09-04 03:49 AM - edited 2023-09-04 03:50 AM
What about baudrate in terminal, now its 115k2 in mcu
2023-09-04 05:25 AM
Hi,
I actually use Hercules as Serial Monitor over Tera Term!
Ayoub