Wiznet WizFi250 Programmer's Manual page 19

Hide thumbs Also See for WizFi250:
Table of Contents

Advertisement

Examples)
AT+SSEND=0,,,3
AT+SSEND=1,192.168.0.100,5000,1000000,50000
Response:
[OK]
AT+SDATA
Format:
AT+SDATA
Meaning: Return to Data Mode
In data mode, it can be changed to command mode temporally by using serial '+++' input. After that, to
return to the data mode, you can use this command. If it is not data mode, [ERROR] response will be
returned.
Response:
[OK]
AT+SFORM
Format:
AT+SFORM=<Format>,<Start>,<Delim>,<End>,<Cls1>,<Cls2>
Meaning: Define Data Receive Header Form
Define the header of received data which is used at command mode. For example, default receiving
format look like below.
"{0,192.168.0.216,59834,5}hello(0xd)(0xa)"
This means ASCII code "hello" was received from 192.168.0.216:59834 by socket ID 0, and its length was
5. You can change this format to suit your system through this command. Factory default option is
"111111111,7B,2C,7D,0D,0A"
<Format>: Decide each of header items to use. (Required)
2020/11/26 12:13
18/81
WizFi250 Programmer's Guide

Advertisement

Table of Contents
loading

Table of Contents