dropLin 2 هفته پیش
والد
کامیت
b6ec31d9aa
2فایلهای تغییر یافته به همراه29 افزوده شده و 0 حذف شده
  1. BIN
      atConfigTool.exe
  2. 29 0
      menu_VG218.json

BIN
atConfigTool.exe


+ 29 - 0
menu_VG218.json

@@ -186,6 +186,13 @@
                 ],
                 "response_pattern": "+CIT:s*(d)"
             },
+            {
+                "title": "主机自动匹配从机",
+                "command": "AT+ATP",
+                "mode": ["read","write"],
+                "params": [{"type": "text", "value": "", "tip": "比如:-50", "label": "信号强度"}, {"type": "text", "value": "", "tip": "比如:1122334455", "label": "自定义广播数据,4个字节"}],
+                "response_pattern": "OK"
+            },
             {
                 "title": "主机连接信息",
                 "command": "AT+CIF",
@@ -240,6 +247,28 @@
                 ],
                 "response_pattern": "+CNM:s*(d+)"
             },
+            {
+                "title": "绑定的从机MAC地址列表",
+                "command": "AT+CMS",
+                "mode": ["read","write"],
+                "params": [
+                    {"type": "text", "value": "", "tip": "NULL,MAC地址匹配无效,设置操作有效,读取操作返回为空(`+CMS:`)。 `其他`,固定长度12字符,hex字符串格式", "label": "MAC地址1"},
+                    {"type": "text", "value": "", "tip": "NULL,MAC地址匹配无效,设置操作有效,读取操作返回为空(`+CMS:`)。 `其他`,固定长度12字符,hex字符串格式", "label": "MAC地址2"},
+                    {"type": "text", "value": "", "tip": "NULL,MAC地址匹配无效,设置操作有效,读取操作返回为空(`+CMS:`)。 `其他`,固定长度12字符,hex字符串格式", "label": "MAC地址3"},
+                    {"type": "text", "value": "", "tip": "NULL,MAC地址匹配无效,设置操作有效,读取操作返回为空(`+CMS:`)。 `其他`,固定长度12字符,hex字符串格式", "label": "MAC地址4"},
+                    {"type": "text", "value": "", "tip": "NULL,MAC地址匹配无效,设置操作有效,读取操作返回为空(`+CMS:`)。 `其他`,固定长度12字符,hex字符串格式", "label": "MAC地址5"}
+                ],
+                "response_pattern": "+CMS:s*(d+)"
+            },
+            {
+                "title": "清空主机绑定MAC地址列表",
+                "command": "AT+CMS",
+                "mode": ["write"],
+                "params": [
+                    {"type": "text", "value": "NULL", "tip": "NULL", "label": "参数"}
+                ],
+                "response_pattern": "+CMS:s*(d+)"
+            },
             {
                 "title": "绑定的从机广播名称",
                 "command": "AT+CNN",