| | |
| | | public static final int CMD_ResetSystemAck = 0x0F;//15
|
| | | public static final int CMD_ResetSystem = 0x10;//重启16
|
| | |
|
| | | |
| | | //读取GPRS模块的信号质量
|
| | | public static final int CMD_ReadGPRSCSQ = 0x91;
|
| | | public static final int CMD_ReadGPRSCSQAck = 0x92;
|
| | | //读取设备进程信息
|
| | | public static final int CMD_READGPRS_BTS_TASK_INF = 0x17;
|
| | | public static final int CMD_READGPRS_BTS_TASK_INFACK = 0x16;
|
| | | |
| | | //读取电池参数
|
| | | public static final int CMD_GetBattParam = 0x36; //获取电池参数
|
| | | public static final int CMD_SetBattParam = 0x37; //设置电池参数
|
| | | public static final int CMD_GetBattParamACK = 0x38;
|
| | | public static final int CMD_SetBattParamACK = 0x39;
|
| | | |
| | | //gprs通讯的命令
|
| | | public static final String CSQ = "usr.cn#AT+";
|
| | | |
| | | //6185设备工作状态对应关系workstate
|
| | | final public static int DEV_ONLINE_CHARGE=0; //在线浮充
|
| | | final public static int DEV_PRE_CHARGE=1; //预充电
|