Resolved! How to send and recevie data from serial print.
I'm using servo and driving it with servo motor. I want to print the servo degree via UART to serial. But im getting unknown characters. My code is;/* USER CODE BEGIN 0 */ uint32_t potadc; uint32_t servopot; /* USER CODE END 0 */ /* USER CODE BEGI...