UART data not matching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-04 1:25 AM
data on serial monitor
tera term setting
what is the reason of data mis matching ?
- Labels:
-
BLE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-04 2: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-04 2: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-04 2:40 AM
Hello
You have different paritysettings. Put parity none to code or parity odd to your terminal settings.
Br J.T
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-04 2:54 AM
Currently outputting in the equivalent to 7O1 mode, disable parity on the STM32 (NONE) so it is using 8N1 mode
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-04 3:00 AM
NUCLEO-WB55RG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-04 3:12 AM - edited ‎2023-09-04 3:13 AM
putt the parity non now the result is
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-04 3:12 AM - edited ‎2023-09-04 3:13 AM
putt the parity none,now the result is
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-04 3:49 AM - edited ‎2023-09-04 3:50 AM
What about baudrate in terminal, now its 115k2 in mcu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-04 5:25 AM
Hi,
I actually use Hercules as Serial Monitor over Tera Term!
Ayoub
