UART output missing characters in XCTU terminal (STM32 + VL53L0X)
I am working with an STM32 microcontroller and a VL53L0X sensor. The sensor readings are transmitted over UART1 at 115200 baud, 8N1.
I have verified:
-
UART initialized at 115200 baud, 8N1, no parity
-
XCTU terminal set to ASCII mode (Hide Hex enabled)
-
Line endings set to
\r\n
Any suggestions for reliable output?
Numeric values are printed correctly, but the text parts like "Distance" and "mm" are missing or appear as dots in XCTU’s terminal. For example, instead of:
Code
Distance: 25 mm
I see:
Code
D..ta..e: 25 mm
