Commit bd105ca3dc57e4f9c7cffe2866ea20f0402ce015

Authored by xiemeng
1 parent a94ea123

change input buffer size

... ... @@ -30,9 +30,7 @@
30 30 #define WM_UPDATEPOS WM_USER + 1000
31 31 // 设备数目, 最大不能超过25个
32 32 #define MAX_TOPWELL_DEVICE_NUM 12
33   -#define BLUE_UART_INPUTBUFFER_SIZE 64
34   -
35   -
  33 +#define BLUE_UART_INPUTBUFFER_SIZE 512
36 34
37 35 typedef enum
38 36 {
... ...
... ... @@ -10,11 +10,11 @@ SN_cur=0
10 10 数据位=3
11 11 停止位=-127
12 12 流控制=0
13   -ear_port1=11
14   -ear_port2=12
15   -ear_port3=13
16   -ear_port4=3
17   -ear_port5=4
  13 +ear_port1=0
  14 +ear_port2=0
  15 +ear_port3=0
  16 +ear_port4=0
  17 +ear_port5=0
18 18 ear_port6=0
19 19 ear_port7=0
20 20 ear_port8=0
... ... @@ -30,7 +30,7 @@ usb_port7=0
30 30 usb_port8=0
31 31 usb_port9=0
32 32 usb_port10=0
33   -ear_port0=6
  33 +ear_port0=2
34 34 ear_port11=0
35 35 usb_port0=0
36 36 usb_port11=0
... ...
Please register or login to post a comment