通过IOT Service配置设备时,读取参数提示PID failed
通过IOT Service配置设备时,点击“恢复出厂设置”、“重启”、“读取参数”等按钮的时候提示“进入命令模式失败!”,显示乱码。
偶尔点击“读取参数”,命令行显示SEND:AT+PID
RECV:
Read PID failed!
提交时间: 2020年12月04日回复时间: 2020年12月08日
脚本数组操作语法问题
如何实现数组的中间数据提取如下,原始数组sum如下,
sum=[0x01,0x02,0x10,0x41]
脚本用什么函数方法提取第2,3两个数据成为新的数组
sum=[0x02,0x10]
提交时间: 2020年12月02日回复时间: 2020年12月02日
如何修改设备的归属id
设备在测试时,使用了别人的ID,现如何更改设备在I.O.T Bridge系统中的归属。
提交时间: 2020年11月12日回复时间: 2020年12月15日
云端找不到设备
云端找不到设备
提交时间: 2020年11月11日回复时间: 2020年11月13日
Can't get UPS status with EW11
Hello!
I'm trying to get data from the UPS.
I can do it when UPS connected directly to the server but it doesn't work using EW11.
Please help me with the configuration.
提交时间: 2020年10月02日回复时间: 2020年10月10日
UART 取值为 02C5,怎么计算
RECV UART uart0
#sd取值为 [0x02,0xC5]
sd = INPUT.subString(13,15)
c = sd.charAt(0)
d = sd.charAt(1)
用charAt只能计算出 2 和 197
脚本里用什么公式可以把 sd 计算为:(0X2C5,709)
提交时间: 2020年07月01日回复时间: 2020年07月03日