Skip to content

Commit

Permalink
w55rp20-s2e doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jadenwiznet committed Oct 24, 2024
1 parent 95f715b commit 3858a5a
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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) |
Expand Down Expand Up @@ -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,<br /> 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<br />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.<br />
![](/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.
Expand Down
23 changes: 12 additions & 11 deletions docs/Product/ioNIC/W55RP20/W55RP20-S2E/Web_Config_Guide_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


-----
Expand All @@ -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.

<img src="/img/products/wiz750sr/webserver_config_1.png" width="600" /><br /><br />

Expand All @@ -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

| |
| :-------------------------------------------------------------------------------------------: |
| <img src="/img/products/wiz750sr/webserver_config_3.png" width="600" /> |
| 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** |

<br />
<br />
Expand All @@ -82,31 +83,31 @@ Using a web browser (e.g., Chrome), connect to the web server at port **50003**
| |
| :-----------------------------------------------------------------------------------------------------: |
| <img src="/img/products/wiz750sr/webserver_config_5.png" width="600" /> |
| Figure: **Network Information Field for W232N** |
| Figure: **Network Information Field for W55RP20-S2E** |

<br />
<br />

| |
| :-----------------------------------------------------------------------------------------------------: |
| <img src="/img/products/wiz750sr/webserver_config_6.png" width="600" /> |
| Figure: **Operation Mode and Port Field for W232N** |
| Figure: **Operation Mode and Port Field for W55RP20-S2E** |

<br />
<br />

| |
| :-------------------------------------------------------------------------------------------: |
| <img src="/img/products/wiz750sr/webserver_config_7.png" width="600" /> |
| Figure: **UART Field for W232N** |
| Figure: **UART Field for W55RP20-S2E** |

<br />
<br />
<br />
<br />
(3) Set W232N information
(3) Set W55RP20-S2E information

| |
| :--------------------------------------------------------------------------------------------: |
| <img src="/img/products/wiz750sr/webserver_config_8.png" width="600" /> |
| 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** |
27 changes: 13 additions & 14 deletions docs/Product/ioNIC/W55RP20/W55RP20-S2E/command-manual-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down Expand Up @@ -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.
· <code>> SEG:AT Mode </code>
Expand All @@ -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**\])

Expand Down Expand Up @@ -150,15 +149,15 @@ 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)



#### 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**.

Expand Down Expand Up @@ -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’.
Expand Down Expand Up @@ -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**
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
37 changes: 15 additions & 22 deletions docs/Product/ioNIC/W55RP20/W55RP20-S2E/factory-rst-guide-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand All @@ -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)


Expand All @@ -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

Expand All @@ -57,39 +56,33 @@ Run installed **'Config-tool'**

### Step 2: Select ⑦Factory Rest from the top icon menu

<img src="/img/products/s2e_module/wiz5xxsr-rp/configuration_tool_manual/menu_icons.png" width="400" />
<img src="/img/products/s2e_module/wiz5xxsr-rp/configuration_tool_manual/menu_icons.png" width="450" />


### step 3: Do factory reset

<img src="/img/products/w232n/config-fact.png" width="500" />
<img src="/img/products/w232n/config-fact.png" width="550" />

- select **Yes**


### Step 4: Done

<img src="/img/products/w232n/config-fact-ok.png" width="500" />
<img src="/img/products/w232n/config-fact-ok.png" width="550" />

- 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

<img src="/img/products/w232n/Screw.png" width="200" />
<img src="/img/products/w55rp20-s2e/w55rp20-s2e-frst.png" width="400" />

- 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

<img src="/img/products/w232n/fact_rst.png" width="400" />

- 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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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**.


-----
Expand All @@ -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)


Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand All @@ -27,8 +27,7 @@ date: 2022-06-28
### Hardware


- W232N
- 5V Power adapter
- W55RP20-S2E
- Cables (Ethernet / Serial)


Expand All @@ -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.
Expand Down
Loading

0 comments on commit 3858a5a

Please sign in to comment.