Systembase SWIFIALLV10 sWiFi Wi-Fi Converter User Manual
- June 5, 2024
- SystemBase
Table of Contents
Systembase SWIFIALLV10 sWiFi Wi-Fi Converter
Revision History
Revision Date | Version | Pages | Description |
---|---|---|---|
04/06/2020 | 1.0 | All | New |
Copyright 2006-2016 SystemBase Co., Ltd. All rights reserved.
- Websites http://www.sysbas.com/
- Phone +82-2-855-0501
- Fax +82-2-855-0580 16F Daerung Post Tower-1, 288, Digital-ro, Guro-gu, Seoul, Republic of Korea (Postal code 08390) For any inquiries or comments, please contact our technical support department. tech@sysbas.com
OVERVIEW
sWiFi/all is an ultra-small Serial to WiFi Converter that connects various kinds of serial equipment to WiFi wireless network. It uses wireless 2.4Ghz Band and 5Ghz Band and supports IEEE 802.11 a/b/g/n communication standards.
PACKAGE
- sWiFi/all
- 5V DC Adaptor
- sWiFi/all User Manual
OPERATING ENVIRONMENT
- As the number of sWiFi/all increases, more high-performance CPU and high-capacity memory is required.
- Recommended CPU Specification: Pentium 1GHz or higher
- Memory: 512MB or higher
- OS: Windows XP or above
TECHNICAL SUPPORT
systembase provides technical support to customers in three ways. Technical support may be obtained through technical support or FAQ at our website https://www.sysbas.com/en. For a faster response, please email the technical support team at tech@sysbas.com or call 82-2-855-0501.
SPECIFICATION
sWiFi/all is an ultra-small serial converter that provides WiFi wireless connectivity function to equipment supporting RS232, RS422, and RS485. The communication specification supports 2.4GHz, 5GHz IEEE 802.11 a/b/g/n, and supports standard serial communication. sWiFi/all connects various kinds of serial equipment to the network, including remote control and monitoring of devices connected through the network. sWiFi/all supports three modes: Station, COM Redirector, and can be connected via a wireless network and used as a serial cable
Station Mode
An IP of a router band can be dynamically allocated through DHCP or set to Static by the way sWiFi/all accesses to the AP(router).
COM Redirector Mode
The serial port of sWiFi/all connected to the network can be used as if were a serial port mounted on a PC.
HARDWARE CONFIGURATION
sWiFi/all Appearance
-
sWiFi/all is a DCE(Data Communications Equipment) type converter that connects directly to DTE equipment such as PCs.
-
Pressing the factory reset button for more than 3 seconds will reset the sWiFi/all to the default state.
Serial Port (DE-9 FEMALE)
Pin No. | Signal | Description |
---|---|---|
2 | RXD | Receive Data (Input) |
3 | TXD | Transmit Data (Output) |
4 | DTR | Data Terminal Ready (Output) |
5 | GND | Ground |
6 | DSR | Data Set Ready (input) |
7 | RTS | Request to Send (Output) |
8 | CTS | Clear to Send (Input) |
LED Operating Status
LED Name | State | Operation | |
---|---|---|---|
1 | RDY | Flash | Flashes green when the boot is completed after the power supply |
2 | SRL | Flash | Flashes green when serial data is sent or received |
3 | LINK | Light | When the wireless connection is completed, it lights |
Power Connector
A power connector is a DC adapter that connects DC 5V adapter power cable.
Power | 5V 1A DC Input, Power Consumption: 0.95w |
---|---|
Power Connector | Outer Diameter Φ 3.5mm, Internal Diameter Φ1.35mm |
Operating Temperature | -40 ~ 85℃ |
HOW TO CONNECT
This chapter provides information necessary for sWiFi/all to connect and operate with the desired serial devices, such as wireless LAN and serial connection. Procedure for connecting sWiFi/all to devices and networks is as follows.
Power Supply
Check that the input voltage supplied to sWiFi/all matches the model’s specification and supply the voltage. sWiFi/all starts booting with power on only when power is normally supplied. There are RDY, and SRL/LINK LEDs for checking the status of operating status. Please refer to chapter 3 for information on the status of the LEDs
Connection
With PC and serial port connection and terminal running (9,600bps, 8bit, 1stop, no-parity), you can set up sWiFi/all by running a dedicated utility of sWiFi/all. Please refer to the next chapter for setups.
SETTING IN UTILITY
sWiFi/all provide a setup method through the sWiFiConfig.exe utility.
Mode Setting
The initial sWiFi/all serial port settings are 9,600bps, 8bit, 1stop, no parity.
Setting
Click the Supply Config button to change the sWiFi/all settings. The data set at this time will be stored in sWiFi/all and with the reset of sWiFi/all, it will work in the changed settings.
Clearing Console Window Logs
Click the Clear Log button to initialize the console window.
View Settings
Click the ReadConfig button in the program to view the current setup status of sWiFi/all. You can view or execute console commands through the console window at the bottom of the program.
Setting Description
Sub
command
| Default| Description
---|---|---
protocol
| ****
tcp_server
| Set the operating protocol to be used on the serial port.
com_redirector
Make the serial port on CS sWiFi/all available as a virtual COM port on a PC in Windows 2000/XP/2003/Vista/7/8.1 environment. When this mode is selected, all settings in the serial will follow the virtual COM Port settings. tcp_server
CS sWiFi/all acts as a socket server and waits for access from the client on the network. The socket number waiting for access is set in the [listen] sub command, and when the socket connection is completed, the data generated between the socket and the serial port is transmitted intact.
tcp_client
When a particular server is waiting for access on the network, CS sWiFi/all acts as a client of the socket, attempting to connect with the IP address and socket number of the server set. When the socket connection is completed, the data that occurs between the socket and the serial port is transmitted. Set the IP and port number of the server to request access in the [remote] subcommand.
udp_server
CS sWiFi/all acts as a UDP server and waits for UDP access from the client on the network. Set the socket number waiting for access in the [listen] subcommand. When UDP packets are received in the socket number waiting for access, data is sent to the serial port, and data input from the serial port is made into UDP packets and sent to the Client.
udp_client
When data is entered into the serial port, UDP packets are sent to the IP and socket number of the server set up. Through [remote] sub command, the IP and port number of the server to request access can be set.
listen| 4001| Specifies the Socket number assigned to the port. Use this port to wait for
network socket connections in TCP Server and UDP Server modes.
remote| 0.0.0.0:4001| Specify the IP address and port of the destination to connect to in TCP Client
and UDP Client modes.
latency| 5| Set up if you want to send continuously-received data from
the serial port to
Sub
command
| Default| Description
---|---|---
| | the socket at once.
For example, if a serial device transmits 100 bytes of text from a serial device to a socket on the server via CS sWiFi/all, if the value is 0, the data entered in bytes at a time is immediately sent to the server through the socket, ensuring real-time, but causing a lot of traffic to the network. This can lead to poor performance of the product, leading to loss of serial port data, so avoid setting it to 0.
If this value is not set to 0, it buffers the data received several bytes at a time, waits for the amount of time set, re-buffers the data if it is read again, and if it is not, it sends all the data back to the socket, regarding that, it has been received, so there is no traffic problem caused by many packets, but real-time cannot be ensured.
(Setting Range : 0 ~ 31)
speed
| ****
9600 bps
| Set the communication speed of the serial port.
(Option: 300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200,
230400, 460800, 921600 bps)
data| 8| Set the number of bits which make up the byte.
(Option: 5, 6,7,8)
stop| 1| Set the number of stop bits.
(Option: 1, 2)
parity| No| Set the parity checking method.
(Option: No, Odd, Even)
flow| 0| Set the flow control method.
(Option: 0 – None, 1 – RTS/CTS)
FCC Compliance Statement
This device complies with part 15 of the FCC rules. Operation is subject to the following two conditions:
- This device may not cause harmful interference, and
- this device must accept any interference received, including interference that may cause undesired operation.
FCC Interference Statement
This equipment has been tested and found to comply with the limits for a Class
B digital device, pursuant to part 15 of the FCC Rules. These limits are
designed to provide reasonable protection against harmful interference in a
residential installation. This equipment generates, uses, and can radiate
radio frequency energy and, if not installed and used in accordance with the
instructions, may cause harmful interference to radio communications. However,
there is no guarantee that interference will not occur in a particular
installation. If this equipment does cause harmful interference to radio or
television reception, which can be determined by turning the equipment off and
on, the user is encouraged to correct the interference by one of the following
measures:
- Reorient or relocate the receiving antenna.
- Increase the separation between the equipment and receiver.
- Connect the equipment into an outlet on a circuit different from which the receiver is connected.
- Consult the dealer or an experienced radio/TV technician for help.
FCC Caution
Any changes or modifications not expressly approved by the party responsible
for compliance could void the user’s authority to operate this equipment. This
transmitter must not be co-located or operating in conjunction with any other
antenna or transmitter.
FCC Radiation Exposure Statement
This equipment complies with FCC radiation exposure limits set forth for an
uncontrolled environment. This equipment should be installed and operated with
a minimum distance of 20 cm between the radiator and your body. This
transmitter must not be co-located or operating in conjunction with any other
antenna or transmitter.
References
Read User Manual Online (PDF format)
Read User Manual Online (PDF format) >>