JSON指令调试
用户名 :
密码 :
设备ID :
{{connect_state}} 断开连接 查询全部
序号 名称 操作 备注 发送指令JSON 类型 地址 长度 读写
{{index+1}}

{{item.name}}

{{item.identifier}}

{{key}}:
发送 接收
{{item.note}}
{{jsonPre[item.identifier]}}
{{item.type == 1 ? '无符号整数' : item.type == 9 ? '有符号整数' : item.type == 2 ? 'ASCII字符串' : item.type == 5 ? 'Unicode字符串': item.type == 6 ? 'GBK字符串': item.type == 3 ? '双字节' :item.type == 4 ? '浮点' :item.type == 8 ? 'hex' :item.type == 7 ? 'utf-8' : ''}} 0x{{item.address_hex}} {{item.length}} {{item.readOnly == 0 ? '读写' : '只读'}}