Associate II
December 2, 2022
Question
Messy UART message
- December 2, 2022
- 2 replies
- 1231 views
I'm trying to logging Teseo LIV3FL using my STM32 Nucleo-WL55JC1. I've tried in my ESP32 before and it works as it is. However, when I tried to use them in my Nucleo board, the message are messy or mixed between other messages.
Expected Output:
Received Data: $GPGGA,081020.000,0745.76016,S,11023.30496,E,0,03,99.0,186.70,M,0.0,M,,*79Current Output:
$GPGGA,081020.000,0745.Received Data: 76016,S,11023.30496,E,0,03,99.0,186.70,M,0.0,M,,*79I suspect it caused because the UART is still busy when I send another message. Any workaround how to manage the messages so they didn't mixed up?
