嗨,我正在使用RAT232通过AT23WC1500发送启动命令:A5 01 F2 00 00 0C 00 0C 00 61 2F 52 EFAND,我得到以下响应:(0)没有CopTutsApp(0)(M2M)DRIVILFION:无。假设19.3.0(0)芯片ID=1524B0(0)Flash ID=B512302C,大小=4 Mbit(10)EFUES:MAC(10)MACYADDR=8F:F4:35:Ab:8C:13(10)共享Buff静态:0, 5, 5、22, 9, 10(20)NMI M2M SW版本19.5.2 SvnReV 14274(30)NMI MIN DRV版本19.3.0(30)固件Svn URL分支/WiFiOT-166019195Y2RC7(II)26 2017 22:13:34(40)ROM LIB VILY2(40)×AESHHWYEngEngEngII(40)(M2M)负载SEC(50)(TLS)TLS会话大小=1884(70)PSMO,但是根据AT命令的文档应该得到类似如下的响应:响应+OK+AT=AT:,FW:,CHIPID::RFRVV在上述之后,我发送“检查AT命令”。固件“如下:但没有响应模块。预先欢迎任何意见或建议。
以上来自于百度翻译
以下为原文
Hi.
I am using the ATWINC1500 via RS232 and sent the start command:
A5 01 F2 00 00 0C 00 0C 00 61 2F 52 EF
And I get the following response:
(0)NO CORTUS app
(0)(M2M)DriverInfo: None. Assuming 19.3.0
(0)Chip ID = 1524b0
(0)Flash ID = b512302c, Size = 4 MBit
(10)EFUSE:MAC
(10)MAC_ADDR = 8F:F4:35:AB:8C:13
(10)Shared buff sta
tic: 0, 5, 5, 22, 9, 10
(20)NMI M2M SW VERSION 19.5.2 SVNREV 14274
(30)NMI MIN DRV VERSION 19.3.0
(30)Firmware SVN URL branches/WIFIIOT-1660_19_5_2_RC7
(30)Built at Jan 26 2017 22:13:34
(40)ROM LIB VER_2
(40)__AES_HW_ENGINE__
(40)(M2M)LOAD SEC
(50)(TLS)TLS Session Size= 1884
(70)PSM_OFF
But according to the document AT commands should get a response something similar to the following:
Response +OK+AT=AT:,FW:,ChipID:,RFRev
After the above, I send the "Check the AT Command Firmware" as follows:
case CHECK_AT_COMMAND_FIRMW:{
app_uart1.transmissionBuffer[0x00] = 'A';
app_uart1.transmissionBuffer[0x01] = 'T';
app_uart1.transmissionBuffer[0x02] = 0x0D;
app_uart1.transmissionBuffer[0x03] = 0x0A;
app_uart1.sizeToTransmit = 0x04;
break;
}
But there is no response from the module.
In advance any comments or suggestions are welcome.