User's Manual

Table Of Contents
Telnet Client
AT+i Programmer‘s Manual Version 8.32 12-2
12.2 +iTRCV Telnet Receive Data
Syntax:
AT+iTRCV[:<max>]
Receives data from the Telnet server.
Parameters:
<max>
Optionally specifies the maximum number of bytes to
transfer.
Result Code:
I/ERROR
If no Telnet session is open or otherwise some error has
occurred.
Returns:
I/<sz>[:<binary data stream>]
where,
<sz> is the exact size of the binary data stream to follow.
If the socket input buffer is empty, iChip returns I/O. In this
case the (:) and <binary data stream> are omitted.
<sz> is guaranteed to be equal or less than <max>, when
specified.