WizFi210
Programmers’ Guide
(WIZnet Co., Ltd.)
2-12
ex) AT+WEAPCONF=
43,26,guest,1234
Response
[OK]
AT+WEAP
Format
AT+WEAP=
<Type>,<Format>,<Size>,0
[OK]
5
<= Response from WizFi210
<ESC>W <data of size above>
Meaning
This is a command to set which certificate WizFi210 will use.
You can use only one of three type and more than two types with
multiple of this command having different parameter.
<Type>
Type
Value(in ASCII)
CA certificate
0
Client certificate
1
Private Key
2
<Format>
0 : Binary, 1: Hex
<Size>
:
size of the file to be transferred
ex) AT+WEAP=2,0,100,0<ESC>
6
W<….data….>
7
ex) AT+WEAP=0,0,100,0<ESC>W<…data…>
AT+WEAP=1,0,200,0<ESC>W<…data…>
AT+WEAP=2,0,150,0<ESC>W<…data…>
Response
[OK]
AT+TCERTAD
D
Format
AT+TCERTADD
=<Name>,<Format>,<Size>,<Location>
[OK]
8
<= Response from WizFi210
<ESC>W<Certificate data in binary>
Meaning
This is a command for registering the certificate of the secure Web
Server using TLS(SSL)
<Name>
: Name of the certificate
<Format>
:
0 : Binary, 1 : Hex
<Size>
: Size of the file to be transferred
<Location>
0 : Flash, 1 : Ram
Response
[OK]
5
After receiving this reply, user has to send data following escape sequence
6
<ESC> means ESC Char in ASCII Table, its value is 0x1B in HEX code.
7
<…data…> means real data of 100 bytes to transfer, as its size field has 100.
8
After receiving this reply, user has to send data following escape sequence