| | |
| | | //读取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+";
|
| | |
|