Does HAL_UART_Transmit() sends ASCII or binary?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-07-01 2:35 AM
Hi! Does anyone know if HAL_UART_Transmit() sends ASCII or binary? I've tried to send some data a serial plotter but nothing is being plotted. The format of the data sent follows the setting in STM32CubeMx. (It works on Arduino serial plotter)
Serial plotter that I used: https://hackaday.io/project/5334-serialplot-realtime-plotting-software
Labels:
- Labels:
-
STM32F1 Series
-
UART-USART
This discussion is locked. Please start a new topic to ask your question.
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-07-13 2:24 AM
arduino serial plotter has a sintaxis you should meet.
If i were you i would download realterm and check if youre sending the correct " " to separate data or /r/n when serial plotter expects them.
hit me up in https://www.linkedin.com/in/javiermu%C3%B1oz/

- « Previous
-
- 1
- 2
- Next »