Skip to main content

User's Guide(Eng)

Overview

WIZ550web provides the lightweight webserver operating. It controls digital output or monitors digital and analogue input through web browser. Example web pages is stored in micro SD memory card.

Features

  • HTTP Server + Demo pages to control all I/O port
  • Guarantee system stability and reliability by using the H/W TCP/IP chip W5500
  • Support extra “Configuration Tool Program” through network.
  • Support serial configuration like AT commands.
  • RoHS Compliant

TFTP Guide Document

TFTP Guide Document

Configuration Tool

Description

WIZnet Configuration tool is an application program which is based on java and can be used in most OS platforms including Windows, MAC OS and Linux. Please download .jar file and execute it over Java Virtual Machine.

WIZnet Configuration tool consists four sections

  1. Common Configuration Section
  2. Network Configuration Section
  3. Serial Configuration Section
  4. Option Configuration Section

You can set the Common Configuration, “IP” of Network configuration with “Module Name” and “Setting Password” of Option configuration section for WIZ550WEB.

Notice: You can set WIZ550WEB module through WIZnet Configuration Tool version 1.02 or the latest version.

Common Configurations

The Search function is used to search for all existing modules on the same LAN. By using UDP broadcast, it finds all modules on the same subnet, and found devices will be listed in the “Serial to Ethernet” tree(Search Window) with its MAC address.

Setting

This function is used to apply your configurations. When you select the MAC address from the “Search Window”, the default value of the module will be displayed. Modify your configurations and click “Setting” button to apply your settings. The module will re-initialize and save the changed configurations. Users can change the configurations by following the steps below

  1. Select the MAC address of the device which you would like to modify in the “Search Window”
  2. Modify the settings according to your needs
  3. Click the “Setting” button and then "Password Input Windows" pop up
  • Default Password is "WIZnet"
  1. Input "Setting Password" and Click "OK" button
  2. The module will be initialized by a re-booting process
  3. To verify your settings, please click ‘Search’ button and view your new settings

F/W Uploading.

Firmware will be uploaded through TFTP. Click “F/W Uploading” Button and a popup window will shows as follow.

Server IP : TFTP Server IP   
Server Port : TFTP Server Port (TFTP default Port : 69)
File Name : Firmware File Name
Password : Setting Password

☞ WIZnet Configure tool does not supported TFTP server. So please use TFTP program separately.

Reset

This is the function which makes Module reboot. This requires password to reboot.

Factory Reset

All setting value is initialized to factory default, if the “Factory Reset” button is clicked. Factory default values of Module are listed below.

**CategoryItemValue**
NetworkLocal IP192.168.11.100
Local Gateway192.168.11.1
Local Subnet255.255.255.0

Exit

Close the configuration tool program window.

Search Window

If you click the “Search” button, all MAC addresses on the same subnet will be displayed.

Search Method

Reserved

Firmware Version

It displays the firmware version.

Network Configurations

IP

This section is for setting Module mode's network information

IP: Module's IP Address Gateway: Module's Gateway Address Subnet mask: Module's Subnet Mask

☞ If you are unclear about your Local IP, Subnet Mask, Gateway information, you have to get this information from your network administrator. If the IP address is not correct, IP collision or network problems may occur.

Options Configurations

Module Name

The device name is displayed in this area. User can use this name to distinguish this module with others

Password

Currently active for WIZ550web: Field “Setting Password”.

In this area the password for updating the settings can be changed. Critical functions like “Setting”, “Firmware Upload”, “Reset” and “Factory Reset” need this password to try issued action and avoid unauthorized users' command. If the user wants to replace the current or default Setting Password by a new one, this field should be updated with the new one before clicking on the “Setting” button and entering the old Setting Password.

Please note: the default Setting Password is “WIZnet” (without the brackets).

WIZ550WEB AT Command Set

This section provides a list of WIZ550WEB AT commands and their functions. Users can input commands and parameters through USART line. Every command starts with “AT”. Any other initial character will cause an error in return. Commands and parameters are all ASCII characters, i.e. when you input 'AT+NSTAT', you should input ASCII characters 'A', 'T', '+', 'N', 'S', 'T', 'A', 'T' and 'Enter Key' which is CR, LF (0x0d, 0x0A).

! All commands should be terminated with CR(0x0D), LF(0x0A)

Some parameters are mandatory and others are optional. Parameters must be entered in the order of format column given by the command tables. Although the optional parameter is not used, the comma delimiters ',' must still be included in the command. In most cases, valid commands return the character [S] and invalid inputs return [F]. The possible responses sent from WIZ550WEB to the user are described as Responses. Below are examples of user input. As you can see, WIZ550WEB return “\r\n” back instead of “\r”, which means user (host system) always handle '\r\n' as the only delimiter.

Input by UserAT\r\n (0x61 0x74 0x0d 0x0a)
Output from WIZ550WEB[S]\r\n (0x5b 0x53 0x5d 0x0d 0x0a)

Responses

Response Format

[(Type),(Id),(Param1),(Param2),(Param3),(Param4),(Param5),(Param6)]↓(Data)↓

  • (Type): Type of response. It can be one of S, D, F, W, R and V.
  • (Id): Socket Identifier. This is the mandatory in Async mode.
  • (Param1) ~ (Param6): ): These are included in case of commands retrieving module's setting value.
  • ↓: This means 'Enter' key as delimiter and CR, LF(0x0d, 0x0a) are its real value.
  • (Data): When huge data are needed, 'Data' will be followed in case of Type of response, D and R.

Responses are listed below.

**ResponseDescription**
Success Response[S,(Id),(Param1),(Param2),(Param3),(Param4),(Param5),(Param6)]↓
Responses are listed below.
Success Dump Response[D,(Id),(Size)]↓(Data)↓ .Command Request Success, Outputs large data include 'Enter key' value.
Fail Response[F,(Id),(ErrorCode),(ErrorParam)]↓Command Request Fail, outputs with param when it's needed.
Wait Response[W,(Id)]↓ Command is started with ID in Async mode.
Data Receive Response[R,(SockId),(ReceivedSize),(SrcIP),(SrcPort)]↓(Data)↓Outputs the received data.
Event Response[V,(Id),(EventCode)]↓.Event occurred.
  • (Id): 0 - System ID or 0~n - Socket Number
  • (Size): Byte size of the output data
  • (ErrorCode): Error Code
  • (ErrorParam): Value of description for Error Code
  • (SockId): Socket Identifier of the socket which received data
  • (ReceivedSize): Byte size of received data
  • (SrcIP): Sender's IP address. This is mandatory in case of UDP & TCP Client. In case of TCP Server this is omitted.
  • (SrcPort): Sender socket's port number. This is mandatory in case of UDP & TCP Client. In case of TCP Server this is omitted.
  • (EventCode): Indication of which event happened.

Error Code

General Error Code

CodeError NameDescription
0ERR_UndefinedUndefined Error
1ERR_WrongOperatorWrong Operator
2ERR_WrongCommandSignWrong Command Sign
3ERR_WrongArgumentsWrong Arguments
4ERR_OurofRangeParameter is out of Range
5ERR_FuncDisabledThis function is disabled
6ERR_NotAllowedNot Allowed
7ERR_CommandBusyCommand Busy
8ERR_CommandTimeoutCommand Timeout

Socket Error Code

CodeError NameDescription
10ERR_SockNotAvailSocket Not Available
11ERR_SockClosedSocket Closed
12ERR_SockPortNumNotAvailPort Not Available
13ERR_SockNotConnectedNot Connected
14ERR_SockWrongAddrWrong Address
15ERR_SockDataNotAvailableData Not Available

Other Error Code

CodeError NameDescription
20ERR_NoFreeMemNo Free Memory

Event Code

Socket Event Code

CodeSocket Event NameDescription
0EVENT_SockConnected
1EVENT_SockDisconnectedDisconnected. Socket transition from established state to disconnected state
2EVENT_SockClosedClosed. Socket transition to closed state
3EVENT_SockDataRcvdData Received. The corresponding socket received data from its peer

Network Commands

CommandProp.Input ParameterResponse
AT+NSETNone or ?[S,,S,(IP),(SN),(GW),(DNS)][S,,D]
=S,(IP),(SN),(GW),(DNS)[S]
D[S]
-num,Param[S]
AT+NSTATNone or ?[S,,S/D,(IP),(SN),(GW),(DNS)]
AT+NMACNone or ?[S,,(MAC)]
=(MAC)[S]

AT+NSET

  • Format:

AT+NSET=<DHCP>,<IP>,<SN>,<GW>

  • Meaning: Network Configuration

< DHCP>: Static/DHCP

ParameterMeaning
SDHCP Off, Static
DDHCP On, DHCP Client

< IP>: IP Address (Optional) < SN>: Subnet Mask (Optional) < GW>: Gateway Address (Optional) < DNS>: DNS Address (Optional)

  • Response:

'[S]'

  • Example 1:

AT+NSET\r\n

AT+NSET?\r\n

  • Meaning: Get Current Network Setting

Note that < IP>,< SN>,< GW>,< DNS> address of response are not actual addresses, but addresses stored in the memory. So when DHCP is on, they are usually different from actual addresses.

  • Response:

[S,,S,192.168.11.100,255.255.255.0,192.168.11.1,8.8.8.8]

[S,,D]

  • Example 2:

AT+NSET-2,192.168.11.110\r\n

  • Meaning: Update Second Parameter

  • Response:

[S]


AT+NSTAT

  • Format:

AT+NSTAT

AT+NSTAT?

  • Meaning: Display Current Network Status

  • Response:

[S,,<DHCP>,<IP>,<SN>,<GW>,<DNS>]

  • Example 1:

AT+NSTAT\r\n
AT+NSTAT?\r\n

  • Meaning: Display Current Network Status

  • Response:

[S,,S,192.168.11.100,255.255.255.0,192.168.11.1,8.8.8.8]

[S,,D]

AT+NMAC

  • Format:

AT+NMAC?

AT+NMAC=<MAC>

  • Meaning: Get MAC Address

  • Response:

[S,,<MAC>]
[S]

  • Example 1:

AT+NMAC=00:08:dc:1d:bb:8b\r\n

  • Meaning: Set MAC Address

  • Response:

[S]

  • Example 2:

AT+NMAC\r\n

AT+NMAC?\r\n

  • Meaning: Get MAC Address

  • Response:

[S,,00:08:dc:1d:bb:8a]

Management Commands

CommandProp.Input ParameterResponse
ATNone[S]
?[D,,(Size)]↓(Data)
AT+MSTATNone or ?[S,,(Version)]
AT+MUSART1None or ?[S,,(BR),(W),(P),(S),(F)]
=(BR),(W),(P),(S),(F)[S]
-num,Param[S]
AT+MUSART2None or ?[S,,(BR),(W),(P),(S),(F)]
=(BR),(W),(P),(S),(F)[S]
-num,Param[S]
AT+MSAVENone[S]
AT+MRSTNone[S]
=F[S]

AT

  • Format:

AT

  • Meaning: Terminal Check

  • Response:

[S]


AT+MSTAT

  • Format:

AT+MSTAT AT+MSTAT?

  • Meaning: Get Current Version

  • Response:

[S,,<Version>]


AT+MUSART1

  • Format:

AT+MUSART1=<BR>,<W>,<P>,<S>,<F>

  • Meaning: Serial Interface(USART1) Configuration

<BR>: Baud rate

ParameterMeaning
300300bps
600600bps
12001200bps
24002400bps
48004800bps
96009600bps
1920019200bps
3840038400bps
5760057600bps
115200115200bps
230400230400bps

<W>: Word length

ParameterMeaning
88 bits
99 bits

<P>: Parity bit

ParameterMeaning
NNONE
OODD
EEVEN

<S>: Stop bit

ParameterMeaning
11 bits
22 bits

<F>: Flow Control

ParameterMeaning
0NONE
1RTS/CTS
  • Response:

[S,,<BR>,<W>,<P>,<S>,<F>]

  • Example1:

AT+MUSART1\r\n

AT+MUSART1?\r\n

  • Meaning: Get Serial Interface(USART1) Information

  • Response:

[S,,115200,8,N,1,0]

  • Example2:

AT+MUSART1=,,E,,0\r\n

  • Meaning: Set Serial Interface(USART1) Information

  • Response:

[S]


AT+MUSART2

  • Format:

AT+MUSART2=<BR>,<W>,<P>,<S>,<F>

  • Meaning: Serial Interface(USART2) Configuration

<BR>: Baud rate

ParameterMeaning
300300bps
600600bps
12001200bps
24002400bps
48004800bps
96009600bps
1920019200bps
3840038400bps
5760057600bps
115200115200bps
230400230400bps

<W>: Word length

ParameterMeaning
88 bits
99 bits

<P>: Parity bit

ParameterMeaning
NNONE
OODD
EEVEN

<S>: Stop bit

ParameterMeaning
11 bits
22 bits

<F>: Flow Control

ParameterMeaning
0NONE
1RTS/CTS
2RS422
3RS485
  • Response:

[S,,<BR>,<W>,<P>,<S>,<F>]


  • Example1:

AT+MUSART2\r\n
AT+MUSART2?\r\n

  • Meaning: Get Serial Interface(USART2) Information

  • Response:

[S,,115200,8,N,1,0]

  • Example2:

AT+MUSART2=,,E,,0\r\n

  • Meaning: Set Serial Interface(USART2) Information

  • Response:

[S]

AT+MSAVE

  • Format:

AT+MSAVE

  • Meaning:Save configuration data to flash

  • Response:

[S]


AT+MRST

  • Format:

AT+MRST

  • Meaning: Reset Module

  • Response:

[S]

Function Commands

CommandProp.Input ParameterResponse
AT+FIODIR=(PIN)[S,,(Direction)]
=(PIN),(Direction)[S]
AT+FIOVAL=(PIN)[S,,(VAL)]
=(PIN),(VAL)[S]

AT+FIODIR

  • Format:

AT+FIODIR=< PIN>
AT+FIODIR=< PIN>,< Direction>

  • Meaning: Read/Write the Status of GPIO Pin Direction

< PIN> : GPIO Pin Number (1 ~ 16) < Direction> : GPIO Pin Direction

ParameterMeaning
0Not Used (Read Only)
1Input
2Output
  • Response:

[S,,< Direction>]
[S]


  • Example1:

AT+FIODIR=1\r\n

  • Meaning: Read the Direction of GPIO Pin 1

  • Response:

[S,,1]

  • Example2:

AT+FIODIR=1,2\r\n

  • Meaning: Write the Direction of GPIO Pin 1 to Output

  • Response: [S]

AT+FIOVAL

  • Format:

AT+FIOVAL=<PIN>

AT+FIOVAL=<PIN>,<VAL>

  • Meaning: Read/Write the Input/Output Value of GPIO Pin

< PIN> : GPIO Pin Number (1 ~ 16) < VAL> : GPIO Pin Output Value

ParameterMeaning
0Low
1High
  • Response:

[S,,<VAL>]
[S]


  • Example1:

AT+FIOVAL=1\r\n

  • Meaning: Read the Value of GPIO Pin 1

  • Response:

[S,,1]

  • Example2:

AT+FIOVAL=1,1\r\n

  • Meaning: Write the Value of GPIO Pin 1 to High(Output Only)

  • Response:

[S]