User's Manual

Wifi_off
- Turn Wi-Fi device off.
wifi_reset
- Reset the Wi-Fi device
antenna <0|1|2>
-Antenna selection. 3 = Auto
set_country <country code>
- Set country.
ping <destination>
- Pings the specificd IP or Host.
get_random
- Get a random number.
tcp_server
-Waits for connection from TCP client.
tcp_client
-Initiate connection to TCP server.
>
3. ping, 0, "<destination>"
"Pings the specified IP or Host."
(prompt)ping 192.128.1.1
>
Pinging: 191.128.1.1
>
Pining Timeout
4. get_random, 0, "Get a random number."
(prompt)get_random
>
Random number is 24280
>
5. tcp_server, 0," Waits for connection from TCP client."
(prompt)tcp_test_tx_server
6. tcp_client, 0," Initiate connection to TCP server."
(prompt)tcp_test_rx_server
27