Skip to content

Commit

Permalink
w55rp-s2e sidbar
Browse files Browse the repository at this point in the history
  • Loading branch information
jadenwiznet committed Oct 24, 2024
1 parent e94720e commit 34f8d5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ There are two ways to write MAC Address
### Step 1: Connect UART1 of W55RP20-S2E to PC

At this step, you will need a separate UART to USB module.<br />
<img src="/img/products/w55rp20-s2e/usb-connect.png" width="300" />
<img src="/img/products/w55rp20-s2e/usb-connect.png" width="500" />


### Step 2: Run WIZMacTool
Expand Down Expand Up @@ -83,22 +83,22 @@ or checking it via AT commands.<br />
### Step 1: Connect UART1 of W55RP20-S2E to PC

At this step, you will need a separate UART to USB module.<br />
<img src="/img/products/w55rp20-s2e/usb-connect.png" width="300" />
<img src="/img/products/w55rp20-s2e/usb-connect.png" width="500" />

### Step 2: Run serial program

Open the COM port connected to the W55RP20-S2E using a serial monitor program. In this manual, we used an open-source tool named Hercules.<br />
<img src="/img/products/w55rp20-s2e/hercul-open.png" width="300" />
<img src="/img/products/w55rp20-s2e/hercul-open.png" width="500" />

### Step 3: Check INPUT MAC

After the COM port of the W55RP20-S2E is opened in the serial program, reset the W55RP20-S2E and verify that "INPUT MAC" is displayed.<br />
<img src="/img/products/w55rp20-s2e/hercul-input.png" width="300" />
<img src="/img/products/w55rp20-s2e/hercul-input.png" width="500" />

### Step 4: Write MAC Address

Send the character 'S' followed by the MAC address you wish to input. The W55RP20-S2E will respond with the character 'R' and the MAC address you sent, indicating that the MAC address has been successfully written.<br />
<img src="/img/products/w55rp20-s2e/hercul-write-mac.png" width="300" />
<img src="/img/products/w55rp20-s2e/hercul-write-mac.png" width="500" />

### Step 5: Done

Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ module.exports = {
'Product/ioNIC/W55RP20/W55RP20-S2E/firmware-update-guide-en',
'Product/ioNIC/W55RP20/W55RP20-S2E/Web_Config_Guide_EN',
'Product/ioNIC/W55RP20/W55RP20-S2E/factory-rst-guide-en',
'Product/ioNIC/W55RP20/W55RP20-S2E/mac_address-write-guide-en',
],
},
],
Expand Down

0 comments on commit 34f8d5c

Please sign in to comment.