Back to WiFiStation Documentation
WiFiStation AT
Commands
ATDL?
: Show the last dialed hostATDL
: Dial the last dialed hostATDS n
: Dial a bookmarked Telnet hostn
stored withAT&Zn
(e.g.,ATDS 1
)ATDT n
: Dial a Telnet hostn
(e.g.,ATDT klud.ge
)ATH
: Hangup when connected to a telnet host, while in command mode (+++
)ATI
: Print information like WiFi SSID, IP address, firmware version, etc.ATO
: Switch to online mode, while in command mode when already connected to a Telnet hostATZ
: Reboot the firmwareAT$HTTP=0
: Disable the HTTP interface (default)AT$HTTP=1
: Enable the HTTP interfaceAT$NET=0
: Disable Telnet IAC escapingAT$NET=1
: Enable Telnet IAC escaping (default)AT$PASS=n
: Set the WiFi WEP/WPA passphrase ton
(e.g.,AT$PASS=hunter2
)AT$PINS?
: Enter debugging mode for diagnosing parallel port pinsAT$SB=n
: Change serial baud rate ton
of 110, 300, 1200, 2400, 4800, 9600, 19200, 38400, 57600, or 115200 (e.g.,AT$SB=57600
)AT$SCAN
: Scan for and list the nearby WiFi networksAT$SSID=n
: Change WiFi network name (SSID) ton
n (e.g.,AT$SSID=example
)AT$TTS=nxm
: Change TelnetNAWS
value of screen width ton
and height tom
(e.g.,AT$TTS=64x15
)AT$TTY=n
: Change TelnetTTYPE
value of terminal type ton
(e.g.,AT$TTY=ansi
)AT$UPDATE?
: Check the OTA server for a firmware updateAT$UPDATE
: Perform an OTA firmware updateAT$UPDATE!
: Perform an OTA firmware update, even if the version reports to be the same numberAT$UPLOAD n
: Prepare to receive an upload ofn
bytes to transfer to MailStation, echoing an XOR checksum every 32 bytes (usually used withsendload
)AT&W
: Store all settings in flashAT&Zn=m
: Bookmark the Telnet hostm
in entryn
, wheren
is 1 to 3, to be used withATDSn
(e.g.,AT&Z1=klud.ge
)
All AT$n=
commands also accept AT$n?
to print out the current value rather
than changing it.