Question
Newline not working in string
I use stm32cubeIDE
my code:
sprintf( mesaj, "xaccl = %3.3f /n ", xaccl );
HAL_UART_Transmit( &huart6, mesaj, sizeof(mesaj), HAL_MAX_DELAY );how I can fix /n terminal problem?
thanks for answers

I use stm32cubeIDE
my code:
sprintf( mesaj, "xaccl = %3.3f /n ", xaccl );
HAL_UART_Transmit( &huart6, mesaj, sizeof(mesaj), HAL_MAX_DELAY );how I can fix /n terminal problem?
thanks for answers

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.