Command Manual
W55RP20-S2E AT Command Overview
W55RP20-S2E provides various commands for the product’s setting and control. Each command is composed of a 2 byte alphabet character strings and all capital letters. By using these commands users can add script to the serial device or main MCU for product settings, and also can create a program for controlling the W55RP20-S2E module via network.
Each command can operate read/write depending on the parameter, and there is also a read only command.
Entering the command and switching the command mode of the serial port device is done using the data UART port. The debug UART port is not supported for command entering or operation.
Identical 2-byte character strings is used for setting the product with commands via serial and Ethernet network, but there will a distinction of the sending frame form. Thus this document will cover explanations of all commands and guides for each sending methods and its form of frames.
The different command modes are as following.
-
The Configuration tool provided by WIZnet uses the identical command set to control W55RP20-S2E.
-
For example, when the MC command for checking the MAC address and the VR command for checking the firmware are identical.
Abbreviations
Abbreviation | Description |
---|---|
CR | Carriage Return, moves the cursor to the far left(starting) position ('\r', 0x0D) |
LF | Line Feed, moves the cursor to the new line below ('\n', 0x0A) |
N | Number of commands |
RW | Read / Write |
RO | Read only |
WO | Write only |