Wiznet WizFi250 Programmer's Manual page 77

Hide thumbs Also See for WizFi250:
Table of Contents

Advertisement

The command header "WizFi250AirCmd:" is case sensitive and has to be sent in this kind. It is 15 Bytes
long.
A <Carriage Return, 0x1d> has to follow the AT command directly.
Air-command header, AT command and Carriage Return should be combined into one packet.
Example usage of the WizFi250AirCmd:
AT+WSET=1,WizFi250_AIRCMD
[OK]
AT+WSEC=1,WPA2,123456789
[OK]
AT+WNET=0,192.168.11.1,255.255.255.0,192.168.11.1
[OK]
AT+WJOIN
[Link-Up Event]
IP Addr
: 192.168.11.1
Gateway
: 192.168.11.1
[OK]
AT+MAIRCMD=O,T,50001,0
[OK]
Now, TCP Client can connect to the WizFi250 and issue the AT commands via WiFi as
below.
(TCP Client TX)
WizFi250AirCmd:AT+MINFO\r (24 Byte)
(RX)
FW version/HW version
1.0.1.8/WizFi250 Rev 1.0
[OK]
(TCP Client TX)
WizFi250AirCmd:AT+WSEC=?\r (25 Byte)
(RX)
1,WPA2,123456789
[OK]
(TCP Client TX)
WizFi250AirCmd:AT+WSEC=1,WPA2,aaaabbbb\r (39 Byte)
(RX)
[OK]
(TCP Client TX)
WizFi250AirCmd:AT+MMAC=?\r (25 Byte)
(RX)
00:08:DC:00:55:76
[OK]
2013/09/04 13:22 ·
jeonggw
2013/09/04 13:20 ·
jeonggw
2020/11/26 12:13
76/81
WizFi250 Programmer's Guide

Advertisement

Table of Contents
loading

Table of Contents