Friends, I want to send a float number with uart. But it sends wrong, what should I do?
UART_HandleTypeDef huart1; UART_HandleTypeDef huart2; /* USER CODE BEGIN PV */ char tx_buffer[] = "helloworld"; char rx_buffer[10]; char rx_buffer2[6]; char value [6]; float x = 84.565; /* USER CODE END PV */ /* Private function prototypes -...