to see my data on python
to see my data on python what library or code should I use in STM32(CubeIDE) ? Could you share with me example!
to see my data on python what library or code should I use in STM32(CubeIDE) ? Could you share with me example!
Hello @MFara.4 ,
There is no ready to use example or library as far as I know.
you should know that HAL_UART_Transmit() does not send ASCII, it sends whatever bytes in the buffer...So you need to convert the variable that you are reading in Ascii Char to display it in any terminal. and then transmit it with HAL_UART_Transmit.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.