feat: update USART1 baud rate and implement IM1281B communication

This commit is contained in:
2025-03-29 22:37:31 +08:00
parent 98463aa9f1
commit 05668ca262
11 changed files with 1663 additions and 208 deletions

View File

@ -40,7 +40,7 @@ void MX_USART1_UART_Init(void)
/* USER CODE END USART1_Init 1 */
huart1.Instance = USART1;
huart1.Init.BaudRate = 115200;
huart1.Init.BaudRate = 4800;
huart1.Init.WordLength = UART_WORDLENGTH_8B;
huart1.Init.StopBits = UART_STOPBITS_1;
huart1.Init.Parity = UART_PARITY_NONE;