User's Manual

Table Of Contents
General Format
AT+i Programmer‘s Manual Version 8.32 2-2
Command
Function
Parameters/Description
Send E-mail
[!]EMA:<text>
Send textual e-mail
Defines the textual contents of the e-mail body.
Following this command, several text lines can be
sent in sequence.
[!]EMB:<sz>,<data>
Send binary e-mail
Prefixes a binary data stream. The data is
encapsulated as a base 64 encoded MIME
attachment. Following this prefix, exactly <sz> bytes
are streamed to iChip.
[!]E*
Terminate binary
e-mail
Terminates a binary (MIME attachment) e-mail.
Retrieve E-mail
[!]RML
Retrieve mail list
Retrieves an indexed, short form list of all qualifying
messages in mailbox.
[!]RMH[:<i>]
Retrieve header
Retrieves only the e-mail header part from the <i>‘th
e-mail in the mailbox, or the entire mailbox.
[!]RMM[:<i>]
Retrieve e-mail
Retrieves all e-mail contents of the <i>‘th e-mail in
the mailbox, or the entire mailbox.
HTTP Client
[!]RLNK[:<URL>]
Retrieve link
Retrieves a file from a URL on a web server. If
<URL> is not specified, uses the URL stored in the
URL parameter.
[!]SLNK:<text>
Send POST request
Sends a file consisting lines of ASCII to a web server
defined in the URL parameter.
HTTP Server
WWW
Activate the web
server
Activates iChip‘s internal web server. Once
activated, remote browsers can surf iChip‘s website.
WNXT
Retrieve next
changed web
parameter
Returns the parameter tag name and new value of the
next web parameter that has been changed as a result
of a submit by a remote browser.
SerialNET
[!|@]SNMD
Activate SerialNET
mode
Activates iChip‘s dedicated serial-to-network
SerialNET mode.
Telnet Client
TOPN
Telnet open session
Opens a Telnet session to a remote Telnet server. If
iChip is not online, it is connected.
TRCV
Telnet receive
Receives data from a remote Telnet server.
TSND
Telnet send line
Sends an ASCII data line to a remote Telnet server.
TBSN[%]
Telnet send binary
stream
Sends a binary data stream to a remote Telnet server.
TFSH[%]
Telnet flush
Flushes a Telnet socket‘s outbound data.
TCLS
Telnet close
Closes a Telnet session.