diff --git a/docs/Product/ioNIC/W55RP20/W55RP20-S2E/Config-tool-Guide-en.md b/docs/Product/ioNIC/W55RP20/W55RP20-S2E/Config-tool-Guide-en.md index 8536a9bd856..9f2d9e7083d 100644 --- a/docs/Product/ioNIC/W55RP20/W55RP20-S2E/Config-tool-Guide-en.md +++ b/docs/Product/ioNIC/W55RP20/W55RP20-S2E/Config-tool-Guide-en.md @@ -3,7 +3,7 @@ id: Config-tool-Guide-en title: Config tool Guide date: 2024-10-04 keywords: [wiznet, w55rp20,w232n datasheet, hardwired tcp/ip,serial-to-ethernet, w5500, rp2040] -description: W232N is a industrial serial to Ethernet module using the W55RP20 + --- ## Overview @@ -153,7 +153,7 @@ PC IP: 192.168.**11**.3 (another IP address in the same Class C private IP band) ### ⑥ General options - Viewing and changing product details settings - - Configure with Preferences Basic settings / Options / MQTT Options / Certificate Manager tab (as of W232N) + - Configure with Preferences Basic settings / Options / MQTT Options / Certificate Manager tab (as of W55RP20-S2E) | | | ------------------------------------------------------------------------------------ | | ![](/img/products/s2e_module/wiz5xxsr-rp/configuration_tool_manual/basic_settings_tab.png) | @@ -283,7 +283,7 @@ PC IP: 192.168.**11**.3 (another IP address in the same Class C private IP band) - Listens for connection requests from TCP clients and establishes a TCP connection when a client connection request is received, allowing data to be sent/received on a successful connection. - TCP MIX - When operating as a TCP server and waiting for a connection from a TCP client after setting up, when serial data is input,
it exits the TCP server mode and switches to TCP client mode and attempts to connect to the entered remote host IP and port to establish a TCP connection
If data transmission or reception is not made within the set time (Inactivity timer) after the TCP connection, the device disconnects from the TCP server and operates in TCP server mode, which is the initial operating state of TCP MIX mode.
- ![](/img/products/w232n/TCP_MIX.png) + ![](/img/products/w232n/TCP_MIX_en.png) - UDP - 1:1 UDP mode - Communicate to the set remote destination host address (domain name) and port number. diff --git a/docs/Product/ioNIC/W55RP20/W55RP20-S2E/Web_Config_Guide_EN.md b/docs/Product/ioNIC/W55RP20/W55RP20-S2E/Web_Config_Guide_EN.md index dba37e87a91..862301bb2ef 100644 --- a/docs/Product/ioNIC/W55RP20/W55RP20-S2E/Web_Config_Guide_EN.md +++ b/docs/Product/ioNIC/W55RP20/W55RP20-S2E/Web_Config_Guide_EN.md @@ -12,9 +12,9 @@ date: 2024-07-30 -## W232N Web Server Configuration Overview +## W55RP20-S2E Web Server Configuration Overview -This document is a web server configuration guide for the W232N, an industrial Ethernet to RS232 data conversion device. +This document is a web server configuration guide for the W55RP20-S2E, an industrial Ethernet to RS232 data conversion device. ----- @@ -28,19 +28,20 @@ This document is a web server configuration guide for the W232N, an industrial E ### Hardware - Web Server Config Supported Devices List - W232N + - W55RP20-S2E - WIZ75xSR Series -## How to Configure in W232N Web server +## How to Configure in W55RP20-S2E Web server ### Step 1: Setup the S2E to an IP in the same range as the PC -After connecting the power and Ethernet cables to the W232N, run the Configuration Tool you downloaded from the 'Software' section above. Then, click the buttons in the order shown in the picture below to set the IP range to the same as the user's PC. +After connecting the power and Ethernet cables to the W55RP20-S2E, run the Configuration Tool you downloaded from the 'Software' section above. Then, click the buttons in the order shown in the picture below to set the IP range to the same as the user's PC.

@@ -57,12 +58,12 @@ Using a web browser (e.g., Chrome), connect to the web server at port **50003** ### Step 3: Exploring the Configuration Feature -(1) Get W232N information +(1) Get W55RP20-S2E information | | | :-------------------------------------------------------------------------------------------: | | | -| Figure: **Click the "Get Settings" button to load the information from the W232N** | +| Figure: **Click the "Get Settings" button to load the information from the W55RP20-S2E** |

@@ -82,7 +83,7 @@ Using a web browser (e.g., Chrome), connect to the web server at port **50003** | | | :-----------------------------------------------------------------------------------------------------: | | | -| Figure: **Network Information Field for W232N** | +| Figure: **Network Information Field for W55RP20-S2E** |

@@ -90,7 +91,7 @@ Using a web browser (e.g., Chrome), connect to the web server at port **50003** | | | :-----------------------------------------------------------------------------------------------------: | | | -| Figure: **Operation Mode and Port Field for W232N** | +| Figure: **Operation Mode and Port Field for W55RP20-S2E** |

@@ -98,15 +99,15 @@ Using a web browser (e.g., Chrome), connect to the web server at port **50003** | | | :-------------------------------------------------------------------------------------------: | | | -| Figure: **UART Field for W232N** | +| Figure: **UART Field for W55RP20-S2E** |



-(3) Set W232N information +(3) Set W55RP20-S2E information | | | :--------------------------------------------------------------------------------------------: | | | -| Figure: **Click "Set Settings" and save the updated information for the W232N** | +| Figure: **Click "Set Settings" and save the updated information for the W55RP20-S2E** | diff --git a/docs/Product/ioNIC/W55RP20/W55RP20-S2E/command-manual-en.md b/docs/Product/ioNIC/W55RP20/W55RP20-S2E/command-manual-en.md index f1c19618576..19d92714b87 100644 --- a/docs/Product/ioNIC/W55RP20/W55RP20-S2E/command-manual-en.md +++ b/docs/Product/ioNIC/W55RP20/W55RP20-S2E/command-manual-en.md @@ -10,9 +10,9 @@ date: 2022-06-09 -## W232N AT Command Overview +## W55RP20-S2E AT Command Overview -W232N 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 W232N module via network. +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. @@ -25,7 +25,7 @@ The different command modes are as following. - [**Control Device Using Serial Command Mode**](#control-device-using-serial-command-mode) - [**Control Device Using Ethernet Network**](#control-device-using-ethernet-network) -1. The **Configuration tool** provided by WIZnet uses the identical command set to control W232N. +1. The **Configuration tool** provided by WIZnet uses the identical command set to control W55RP20-S2E. 2. For example, when the **MC** command for checking the MAC address and the **VR** command for checking the firmware are identical. @@ -58,16 +58,15 @@ You can use either of the two methods below to enter serial command mode. **1. Enter command mode using hardware trigger pin** - - Use the HW\_TRIG pin of the W232N (For the EVB, HW\_TRIG switch) to enter command mode. + - Use the AT_MODE pin of the W55RP20-S2E to enter command mode. - Upon turning the power on, check the pin to enter command mode. Use the trigger pin to re-enter the command mode when rebooting. - The trigger pin should be pull-up, and operates as low active. - This method is used when users wish to change settings while the product operation is initiated. ``` - - Set the hardware trigger pin(HW_TRIG) to Low. - · When using the EVB, place the HW_TRIG switch to Command. + - Set the hardware AT_MODE pin to Low. - - Power on the W232N. + - Power on the W55RP20-S2E. · When operating in serial command mode, users can check the following message via Debug UART port. · > SEG:AT Mode @@ -80,7 +79,7 @@ You can use either of the two methods below to enter serial command mode. **2. Enter command mode using command mode switch code** - - Users can enter command mode using the command mode switch code provided by W232N. + - Users can enter command mode using the command mode switch code provided by W55RP20-S2E. - The command mode switch codes can be used only if it is enabled in the configuration tool. (**default: Enabled**) - The command mode switch code is composed of 3-byte Hex codes, and can be changed to a different value if needed. The code only accepts Hex value. (**default: Hex \[2B\]\[2B\]\[2B**\]) @@ -150,7 +149,7 @@ You must include CR and LF at the end of each command. CR and LF must be include ### Control Device Using Ethernet Network -Users can control or monitor W232N via Ethernet by using the following commands. The user must use **UDP** or **TCP client** to send commands, and the port number for processing the commands is **50001**. +Users can control or monitor W55RP20-S2E via Ethernet by using the following commands. The user must use **UDP** or **TCP client** to send commands, and the port number for processing the commands is **50001**. **Network information for command transmission:** **UDP / TCP Server : 50001** (User can send the commands by UDP / TCP Client to device) @@ -158,7 +157,7 @@ Users can control or monitor W232N via Ethernet by using the following commands. #### Ethernet Command Frame Format -Two additional commands are required before sending the command code when controlling the W232N via Ethernet. All other settings and operations are the same as when sending the serial command code via data UART port. +Two additional commands are required before sending the command code when controlling the W55RP20-S2E via Ethernet. All other settings and operations are the same as when sending the serial command code via data UART port. The two additional commands are **MA** and **PW**. @@ -228,7 +227,7 @@ The two additional commands are **MA** and **PW**. 4D 41 FF FF FF FF FF FF 0D 0A 50 57 20 0D 0A 4D 43 0D 0A 4C 49 0D 0A -| Response by W232N | +| Response by W55RP20-S2E | | ----------------------- | 1. The response for ‘Get Request’ has the same form as ‘Set Request’. @@ -259,7 +258,7 @@ The two additional commands are **MA** and **PW**. 4D 41 00 08 DC 00 00 11 0D 0A 50 57 20 0D 0A 4C 49 0D 0A -| Response by W232N | +| Response by W55RP20-S2E | | ----------------------- | **Command Frame** @@ -289,7 +288,7 @@ The two additional commands are **MA** and **PW**. 4D 41 00 08 DC 00 00 11 0D 0A 50 57 48 45 4C 4C 4F 0D 0A 4C 49 31 39 32 2E 31 36 38 2E 31 31 2E 35 0D 0A -| Response by W232N | +| Response by W55RP20-S2E | | --------------------- | None @@ -321,7 +320,7 @@ The two additional commands are **MA** and **PW**. 5. WIZ510SSL sync command list, including \[UN\], \[UI\] command -6. W232N exclusive command list +6. W55RP20-S2E exclusive command list 7. When the remote peer address is changed from IP address to domain diff --git a/docs/Product/ioNIC/W55RP20/W55RP20-S2E/factory-rst-guide-en.md b/docs/Product/ioNIC/W55RP20/W55RP20-S2E/factory-rst-guide-en.md index da7d05b96dc..966f5263c3e 100644 --- a/docs/Product/ioNIC/W55RP20/W55RP20-S2E/factory-rst-guide-en.md +++ b/docs/Product/ioNIC/W55RP20/W55RP20-S2E/factory-rst-guide-en.md @@ -12,7 +12,7 @@ date: 2024-08-08 ## Factory reset overview -A factory reset will return the settings on the **W232N** to their factory state. +A factory reset will return the settings on the **W55RP20-S2E** to their factory state. @@ -26,8 +26,7 @@ A factory reset will return the settings on the **W232N** to their factory state ### Hardware - - W232N - - 5~36V Power adapter + - W55RP20-S2E - Cables (Ethernet / Serial) @@ -40,12 +39,12 @@ A factory reset will return the settings on the **W232N** to their factory state ----- -## How to factory reset the W232N +## How to factory reset the W55RP20-S2E -There are two ways to perform a W232N factory reset. +There are two ways to perform a W55RP20-S2E factory reset. -- [Using Config-Tool](#Using-Config-Tool) -- [Using Factory reset switch](#Using-Factory-reset-switch) +- [Using Config-Tool](#using-config-tool) +- [Using Factory reset switch](#using-factory-reset-pin) ## Using Config Tool @@ -57,39 +56,33 @@ Run installed **'Config-tool'** ### Step 2: Select ⑦Factory Rest from the top icon menu - + ### step 3: Do factory reset - + - select **Yes** ### Step 4: Done - + - If the factory reset completed successfully, you'll see a completion notification. -## Using factory reset switch +## Using factory reset pin -### Step 1: Remove the top case +### Step 1: Pull low Factory Reset pin - + -- Remove the bolts on either side of the device to remove the top case +- Press and hold the factory reset switch for 5 seconds with the W55RP20-S2E booting normally. +- The RUN STATUS PIN, LINK_STATUS PIN, and TCP_STATUS PIN will toggle twice rapidly. -### Step 2: Click the Factory Reset switch - - - -- Press and hold the factory reset switch for 5 seconds with the W232N booting normally. -- The RUN, LINK, and TCP LEDs blink twice rapidly. - -### Step 3: Done +### Step 2: Done - Use Config-tool to verify that it initialized properly. diff --git a/docs/Product/ioNIC/W55RP20/W55RP20-S2E/modbus-connection-guide-en.md b/docs/Product/ioNIC/W55RP20/W55RP20-S2E/modbus-connection-guide-en.md index 8d6b342d30e..ac6447fa9da 100644 --- a/docs/Product/ioNIC/W55RP20/W55RP20-S2E/modbus-connection-guide-en.md +++ b/docs/Product/ioNIC/W55RP20/W55RP20-S2E/modbus-connection-guide-en.md @@ -12,9 +12,9 @@ date: 2024-05-23 -## W232N Modbus Connection Overview +## W55RP20-S2E Modbus Connection Overview -The **W232N** supports protocol conversion between **Modbus TCP server/UDP** and **Modbus RTU/ASCII**. +The **W55RP20-S2E** supports protocol conversion between **Modbus TCP server/UDP** and **Modbus RTU/ASCII**. ----- @@ -28,8 +28,7 @@ The **W232N** supports protocol conversion between **Modbus TCP server/UDP** and ### Hardware - - W232N - - 5~36V Power adapter + - W55RP20-S2E - Cables (Ethernet / Serial) @@ -72,7 +71,7 @@ Setup Modbus Poll & Slave Program. -### Step 3: Setup W232N through WIZnet S2E Configuration Tool for Modbus Connection +### Step 3: Setup W55RP20-S2E through WIZnet S2E Configuration Tool for Modbus Connection 1. Select **TCP Server** or **UDP** mode in the **Operation mode** setting section @@ -105,7 +104,7 @@ Setup Modbus Poll & Slave Program. ### Step 4: Done -W232N is successfully connected to the Modbus! +W55RP20-S2E is successfully connected to the Modbus! | | | :-------------------------------------------------------------------------------: | | ![](/img/products/s2e_module/wiz5xxsr-rp/modbus-connection-guide/connect_modbus.png) | diff --git a/docs/Product/ioNIC/W55RP20/W55RP20-S2E/mqtt-connection-guide-en.md b/docs/Product/ioNIC/W55RP20/W55RP20-S2E/mqtt-connection-guide-en.md index b863088c09f..258f3454305 100644 --- a/docs/Product/ioNIC/W55RP20/W55RP20-S2E/mqtt-connection-guide-en.md +++ b/docs/Product/ioNIC/W55RP20/W55RP20-S2E/mqtt-connection-guide-en.md @@ -12,7 +12,7 @@ date: 2022-06-28 ## MQTT Connection Overview -**W232N** supports **MQTT client** and **MQTTS client** mode. +**W55RP20-S2E** supports **MQTT client** and **MQTTS client** mode. @@ -27,8 +27,7 @@ date: 2022-06-28 ### Hardware - - W232N - - 5V Power adapter + - W55RP20-S2E - Cables (Ethernet / Serial) @@ -50,7 +49,7 @@ date: 2022-06-28 ## How to Connect to MQTT Broker through Mosquitto -W232N supports MQTT client and MQTTS client mode, but this section guides how to connect to MQTT broker through Mosquitto based on MQTT client mode. +W55RP20-S2E supports MQTT client and MQTTS client mode, but this section guides how to connect to MQTT broker through Mosquitto based on MQTT client mode. > **Note** : MQTTS client mode requires additional security-related settings, unlike MQTT client mode. diff --git a/docs/Product/ioNIC/W55RP20/W55RP20-S2E/ssl-connection-guide-en.md b/docs/Product/ioNIC/W55RP20/W55RP20-S2E/ssl-connection-guide-en.md index c5d5fb12f45..83ad16eac35 100644 --- a/docs/Product/ioNIC/W55RP20/W55RP20-S2E/ssl-connection-guide-en.md +++ b/docs/Product/ioNIC/W55RP20/W55RP20-S2E/ssl-connection-guide-en.md @@ -10,9 +10,9 @@ date: 2022-06-28 -## W232N SSL Connection Overview +## W55RP20-S2E SSL Connection Overview -**W232N** supports **SSL TCP client** mode. +**W55RP20-S2E** supports **SSL TCP client** mode. @@ -26,8 +26,7 @@ date: 2022-06-28 ### Hardware - - W232N - - 5~36V Power adapter + - W55RP20-S2E - Cables (Ethernet / Serial) @@ -85,7 +84,7 @@ s_server -accept 443 -cert server.crt -key server.key -### Step 4: Setup W232N through WIZnet S2E Configuration Tool for SSL Server Connection +### Step 4: Setup W55RP20-S2E through WIZnet S2E Configuration Tool for SSL Server Connection 1. Select **SSL TCP client** mode in the **Operation mode** setting section @@ -120,7 +119,7 @@ s_server -accept 443 -cert server.crt -key server.key ### Step 5: Done -W232N is successfully connected to the SSL server! +W55RP20-S2E is successfully connected to the SSL server! diff --git a/static/img/products/w232n/TCP_MIX_en.png b/static/img/products/w232n/TCP_MIX_en.png new file mode 100644 index 00000000000..56767fe381b Binary files /dev/null and b/static/img/products/w232n/TCP_MIX_en.png differ diff --git a/static/img/products/w55rp20-s2e/w55rp20-s2e-frst.png b/static/img/products/w55rp20-s2e/w55rp20-s2e-frst.png new file mode 100644 index 00000000000..c669a6ecbd2 Binary files /dev/null and b/static/img/products/w55rp20-s2e/w55rp20-s2e-frst.png differ