Parcourir la source

1. 更改与4g模块通信的串口接收缓冲区大小为1000字节;

hx il y a 7 mois
Parent
commit
9dc80db29b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      centralCtrSys_theEnd/Core/Inc/usart.h

+ 1 - 1
centralCtrSys_theEnd/Core/Inc/usart.h

@@ -39,7 +39,7 @@ extern UART_HandleTypeDef huart1;
 extern UART_HandleTypeDef huart3;
 
 /* USER CODE BEGIN Private defines */
-#define USART4_REC_LEN               (300)         /* 定义最大接收字节数 200 */
+#define USART4_REC_LEN               (1000)         /* 定义最大接收字节数 200 */
 #define USART3_REC_LEN               (300)         /* 定义最大接收字节数 200 */
 
 /* USER CODE END Private defines */