User Manual V1.0
Date: 2016.06.16
6
ASCII WEP KEY = 5 (WEP64) or 13 (WEP128) ASCII characters
WEP KEY ID = 0 ~ 3
Usage: wifi_disconnect
Usage: wifi_mode [MODE]
MODE = 1(STA), 2(AP)
Usage: wifi_scan
Usage: wifi_jbss <INDEX>
INDEX = Index of bss scan table, maximum 24 BSSs supported
Usage: wifi_on
Usage: wifi_off
Usage: wifi_channel <CHANNEL>
CHANNEL = 1 ~ 13
Usage: wifi_ssid <SSID>
SSID = 1 ~ 32 ASCII characters
Usage: wifi_enc <ENC_MODE>
ENC_MODE = 0(OPEN)
1(WEP)(AP mode not support)
2(WPA2_AES_PSK)
Usage: wifi_keyid <INDEX>
INDEX = 0 ~ 3
Usage: wifi_wepkey <INDEX> <KEY>
INDEX = 0 ~ 3
KEY = 5 or 13 ASCII characters
Usage: wifi_wpakey <KEY>
KEY = 8 ~ 63 ASCII characters
Usage: reboot
Usage: urdatamode
Usage: setdef
Usage: saveconfig
Usage: ping <IP address>
Usage: wifi_info
Usage: wifi_ap <ssid> <channel> <wep/wpa key> <wep key index>
<ssid>: 1~32 ASCII characters
<channel>: 1~14
<wep/wpa key>: WEP(5/13 ASCII characters) or WPA(8~63 ASCII characters) k
ey
<wep key index>: WEP key index, 0~3
Usage: ur_config <baud_rate> <databits> <stop_bits> <parity> <flow_contrl>
<baud_rate>:
1200 bps
2400 bps
4800 bps
9600 bps
19200 bps
38400 bps
57600 bps
115200 bps
921600 bps
<databits>: 7 or 8 bits
<stop_bits>: 1 or 2 bit(s)
<parity>: 0 = none, 1 = odd, 2 = even