Skip to main content

W7500S2E Web Configuration

W7500S2E series supports web page configuration. We recommend using Chrome or Firefox. Other browsers may have display or functional issues. Let's take Chrome browser as an example to illustrate.

Before using web configuration, it is necessary to ensure that W7500S2E series can be accessed correctly. That is, if configuring within a local area network, W7500S2E series needs to be on the same network segment as the computer. If configuring remotely, W7500S2E series needs to be mapped to a public IP. Taking the local area network as an example for configuration, the specific configuration method is introduced as follows.


Webpage Setting list

Basic Settings list

Network SettingDescriptionsDefault
MAC AddressMAC address of the moduleNot configurable
Use DHCPDHCP mode optionDisable (uncheck)
IP addressIP address of the module192.168.1.88
Subnet MaskSubnet Mask255.255.255.0
GatewayGateway192.168.1.1
DNS ServerDNS server IP address114.114.114.114
Socket SettingDescriptionsDefault
Start mode"AT Command Mode" or "Data pass-through mode"AT Command Mode
Socket Type"TCP Server", "TCP Client" or "UDP mode"TCP Server
Remote HostRemote host IP address or domain name192.168.1.99
Remote PortRemote host port number5000
Local PortLocal port number (0~65535, avoid used port)5000
Bind Local PortOnly valid in TCP client modeDisable (uncheck)
UART SettingDescriptionsDefault
Baud Rate1200 bps ~ 1,152,000bps115,200
Data Bit7 or 8 bits8
ParityNONE, ODD or EVENNONE
Stop Bit1 or 2 bits1
Flow ControlNONE or "CTS/RTS mode"NONE

Advance Options

Device OptionsDescriptionsDefault
Device NameSet/Display the module nameModule Name
Use NETBIOSEnable/Disable NetBIOS functionDisable (uncheck)
HTTP PortSet/Display the HTTP port number80
Serial Data Packing ConditionsDescriptionsDefault
by Nagle Waiting Time (ms)Ethernet packets separate by time interval0
by Data Length (byte)Ethernet packets separate by Data length0
TCP Connection OptionsDescriptionsDefault
TCP Reconnection Time (ms)TCP reconnection time0
Inactivity Time (ms)TCP inactivity time0
Keep Alive Time (5s)TCP keep alive time0
Clear Buffer if connectedClear Serial port buffer when Power on or Serial data ReceivedPower on
Security OptionsDescriptionsDefault
Request Admin PasswordVerification password for connectionNo
Auto Message (First Packet)Auto message from the moduleNo Message
Serial Output Messages Enable/DisableDescriptionsDefault
Show Debug MessageDisplay debug messageEnable (checked)
Echo in AT ModeEcho your inputsEnable (checked)

Login page

Open the Chrome browser, enter the W7500S2E series module's IP address in the address bar (the factory default is 192.168.1.88), and the login interface shown in the figure below will appear.

Figure: Web login interface

The default login password is “admin”. Click "Login" to log in and enter the W7500S2E series homepage. It should be noted that after logging into the W7500S2E series webpage, in order to ensure the security of module information, if the user does not take any action within 5 minutes, they need to log in again, as shown in the following figure.

Figure: Web Prompt - Login Timeout

As shown in the figure below, it is the basic information page after logging in to the W7500S2E series configuration page. If you need to log out, click the "Logout" link in the upper right corner. This page provides an overview of the basic configuration information for W7500S2E series.

Figure: Basic Information Page

Basic Settings

As shown in the following figure, it is the W7500S2E series basic parameter configuration page,which is divided into following parts for explanation.

Figure: Basic Configuration Page

Network setting

  • MAC Address : Display the module's MAC address
  • Use DHCP : Enable the option to dynamically obtain IP addresses. Checking this option will enable this feature
  • IP Address: Display/set module IP address, default is 192.168.1.88
  • Subnet Mask : Display/set module subnet mask, default is 255.255.255.0
  • Gateway : Display/set module gateway, default is 192.168.1.1
  • DNS Server : Display/set module DNS server address, default is 114.114.114.114

Socket Setting

  • Start Mode: Device startup mode configuration, which can be set to AT command mode and data transmission mode. The W7500S2E series will operate in this mode upon the next power-on/reboot. The default is AT command mode.
  • Work as: Module operation mode configuration, which can be set to TCP Server, TCP Client, and UDP modes. The default is TCP Server.
  • Remote Host: Displays/sets the IP address/domain name of the remote host. This is effective when the module is running in TCP Client and UDP modes. The default is 192.168.1.99. If this is set to the domain name of the remote host, the module will automatically perform domain name resolution. The maximum length of the domain name is 32 characters.
  • Remote Port: Displays/sets the port number of the remote host. The default is 5000, and the range is 0 to 65535.
  • Local Port: Displays/sets the local port number. The default is 5000, and the range is from 0 to 65535.
  • Bind Local Port: Binds the local port number. When checked, it enables the function of binding the local port number. This is effective when the module runs in TCP Client mode.

Note: Some protocols in the Ethernet protocol have default port numbers. These port numbers should be avoided. The default occupied port numbers can be found in the appendix.

UART Setting

  • Baud Rate: Displays/sets the serial port baud rate. The default is 115200. Users can select 16 common baud rate values ranging from 1200bps to 1.152Mbps.
  • Data Bit: Displays/sets the data bits of the serial port. The default is 8. It can be set to 7 or 8.
  • Parity: Displays/sets the parity bit of the serial port. The default is NONE. It can be set to NONE, ODD, or EVEN.
  • Stop Bit: Displays/sets the stop bits of the serial port. The default is 1. It can be set to 1 or 2.
  • Flow Control: Serial port flow control function configuration. The default is NONE. It can be set to NONE or CTS/RTS.

Save Settings

Click the "Save Settings" button. The webpage will indicate that the settings were saved successfully. You need to further click the "Reset" button to restart the module for all configurations to be effective.

Figure: Web Prompt - Save Successful

Reset

Click this button to restart the module. Note that this does not save any unsaved configuration changes. After clicking this button, the webpage will pop up the following dialog box. Click "OK" to restart the module and the webpage will jump to the login interface.

Figure: Web Prompt - Reset

Advanced options

As shown in the figure below, it is the advanced configuration page of W7500S2E series. The following is a detailed explanation:

img
Figure: User Advanced Configuration Page

Device Options

Device Name: Set/Display the module name. It must consist of numbers, letters, or a combination of both, and cannot be empty. Case sensitivity is applied. The maximum length is 15 bytes. The default is the module name.

Use NETBIOS: Enable the NetBIOS function option. When checked, the NetBIOS function will be enabled. By default, it is not enabled. After enabling the NetBIOS function, users can directly access the built-in web page of W7500S2E series by entering "http:// module name" in the browser address bar.

HTTP Port: Set/Display the port number of the Web server of W7500S2E series. The default is 80. It is not recommended to change it. The range of values is 0 to 65,535. If not set to 80, then in the browser address bar, it should be entered as "IP:Port", for example: 192.168.1.88:8000.

Serial Data Packing Conditions

by Nagle Waiting Time (ms): This option encapsulates the serial port input data into Ethernet packets at a time interval. The default value is 0 (no packetization), and the maximum value is 60000, with the unit being ms;

by Data Length (byte): This option sets and displays the byte length of the serial port data packets. The device serial port input data is packaged according to the byte length and converted into Ethernet packets for transmission. The default value is 0 (no packetization), and the maximum value is 2048 bytes.

TCP Connection Options

TCP Reconnection Time (ms): Sets/Displays the reconnection time. This option is effective when the device is in TCP Client mode. It sets the waiting time for the TCP Client to reconnect to the TCP Server after the connection is disconnected. The default value is 0, it means immediate reconnection. The range of values is from 0 to 60000, with units in ms.

Inactivity Time (ms): The time interval for timeout disconnection. This option is effective when the device is in TCP mode. The range of values is from 0 to 60000, with units in ms. The default value is 0 (this function is disabled).

Keep Alive Time (5s): Online time. This option is effective when the device is in TCP mode. The range of values is from 0 to 65536, with units of 5s. The default value is 0 (this function is disabled).

Clear Buffer if connected: Whether to clear the serial port Buffer after connection establishment. This option is effective when TCP is used. It can be set as "Power on" to establish the connection immediately after power-on (default) or "Serial data received" to establish the connection after receiving data on the serial port. The default value is Power on.

Security Options

Request Admin Password: This feature is for connection verification password. It is effective when the device is operating in TCP Server mode. If set to "Check Password", after the client sends a connection request and establishes a connection in TCP Server mode, the client needs to send the device password to communicate with the module. Otherwise, the connection will be disconnected. The default is "NO" (disable this function).

Auto Message (First Packet): Sends information after connection establishment. It is effective in TCP mode. You can choose "No message" to not send information (default), "Send Device Name" to send the device name, "Send MAC Address" to send the device MAC address, or "Send IP Address" to send the device IP address.

Serial Output Messages Enable/Disable

Show Debug Message: Display module debugging information. Checking this option will print the module debugging information from the serial port. It is enabled by default.

Echo in AT Mode: Enable the AT command echo function. The echo function means that the W7500S2E module returns the input command exactly as it is to the serial port and then displays it on the serial port software interface. When users use the serial port software to configure the module, enabling the echo function helps users configure it conveniently. However, when using single-chip microcontrollers or other embedded devices to configure the module, enabling the echo function will cause problems. In this case, the echo function must be turned off. By default, this option is checked to enable the echo function.


Management

Click on "Management" to enter the device management page, as shown in the following figure. There are two sections as follows:

Figure: Equipment Management Page

Change Admin Password

Old Password: Original module password, default is admin.

New Password: New module password, maximum length is 15 bytes, must be a numbers, letters or a combination of both. it cannot be left blank.

Confirm New Password: Retype your new module password for confirmation.

Set: Confirmation button for password setting. When the original module password is entered correctly and the new module password is correct, the page will prompt that the password has been successfully modified, as shown in the following picture. Click "OK" to jump to the login page.

Figure: Webpage message - Module password modification successful

Factory Reset or Reset Your Device

Factory Default: When clicked the default button, the page prompts whether to restore the module to its factory settings. As shown in the picture below, click "OK" and the module will perform the factory reset and jump to the login page.

img
Figure: Webpage prompt - Restore factory settings

Reset Device: Reset Button to reset the module. It reset the module without saving any unsaved configuration. It shows the following window, click 'OK' and it will jump to the login page after reset.

Figure: Web Prompt - Reset

Logout: Logout Button to logout the W7500S2E series configuration page. It shows the following window, click "Ok' will jump to login page.

Figure: Web Prompt - Logout