sWiFi_all_UserManual_Eng_DM v1.1.1
sWiFi/all User Manual
32
Local Port
4001
Designate the number assigned to the port. This port is used to
wait for network connection in TCP Server and UDP mode.
Target IP Address
0.0.0.0
Designate the IP address of the target to connect to in TCP Client
mode.
Target Port
4001
Designate the port of the target to connect to in TCP Client mode.
Latency
0
Set up if you want to send continuously-received data from the
serial port to 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.
If this value is not set to 0, it buffers the data received several bytes
at a time, waits for 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 ~ 1,000)
KeepAlive
60
Check the network status every set number of seconds after
socket connection and terminate or reset the socket connection if
network failure is determined.
Deactivated when set to 0.