Showing
2 changed files
with
7 additions
and
9 deletions
| @@ -30,9 +30,7 @@ | @@ -30,9 +30,7 @@ | ||
| 30 | #define WM_UPDATEPOS WM_USER + 1000 | 30 | #define WM_UPDATEPOS WM_USER + 1000 |
| 31 | // 设备数目, 最大不能超过25个 | 31 | // 设备数目, 最大不能超过25个 |
| 32 | #define MAX_TOPWELL_DEVICE_NUM 12 | 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 | typedef enum | 35 | typedef enum |
| 38 | { | 36 | { |
| @@ -10,11 +10,11 @@ SN_cur=0 | @@ -10,11 +10,11 @@ SN_cur=0 | ||
| 10 | 数据位=3 | 10 | 数据位=3 |
| 11 | 停止位=-127 | 11 | 停止位=-127 |
| 12 | 流控制=0 | 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 | ear_port6=0 | 18 | ear_port6=0 |
| 19 | ear_port7=0 | 19 | ear_port7=0 |
| 20 | ear_port8=0 | 20 | ear_port8=0 |
| @@ -30,7 +30,7 @@ usb_port7=0 | @@ -30,7 +30,7 @@ usb_port7=0 | ||
| 30 | usb_port8=0 | 30 | usb_port8=0 |
| 31 | usb_port9=0 | 31 | usb_port9=0 |
| 32 | usb_port10=0 | 32 | usb_port10=0 |
| 33 | -ear_port0=6 | 33 | +ear_port0=2 |
| 34 | ear_port11=0 | 34 | ear_port11=0 |
| 35 | usb_port0=0 | 35 | usb_port0=0 |
| 36 | usb_port11=0 | 36 | usb_port11=0 |
Please
register
or
login
to post a comment