RS-232/422/485/DIO to Ethernet Data Gateway
16
command from its Serial Port.
Serial I/O settings
(
(
(
(
baud rate, parity,
data bits, stop bits
)
)
)
)
Baud Rate
:
:
:
:
300 – 115200 bps, default is
9600 bps
Parity:
No Parity (default), Even Parity,
Odd Parity
Data Bits
:
:
:
:
8 bits (default), 7 bits
Stop Bit
:
:
:
:
1 (default) or 2
Interface of serial I/O
RS232
:
:
:
:
use only TxD and RxD to transfer
and receive data.
RS232
(
(
(
(
RTS/CTS
):
):
):
):
TxD, RxD – transfer and receive data
RTS/CTS – flow control
RS232
(
(
(
(
RTS/CTS,DTR/DSR
):
):
):
):
TxD, RxD – transfer and receive data
RTS/CTS – flow control
DTR – socket connection status, DSR –
socket connection control
RS485
(
(
(
(
Half duplex
):
):
):
):
half duplex
RS422
(
(
(
(
Full duplex
):
):
):
):
full duplex
Packet mode of serial
input
If packet mode is disabled, the data received
from the serial port will be transmitted
immediately with minimal delay. If packet
mode is enable, the data will be saved in the
buffer memory first, and transmitted when the
entire packet is received or when the buffer
memory is full
Packet mode
inter-packet timeout
In packet mode, the time constant used to
determine
if
the
packet
is
finished,
acceptable range is 10 to 1000 ms.
Device ID
User assigned device ID number, acceptable
range is 0 to 65535.
Report device ID when
connected
If this function is enabled, the device will
report the device ID after the socket is
connected. The format is
:
Serial I/O socket nnnnnA[LF][CR]
Digital I/O socket nnnnnB[LF][CR]
There are eight bytes
:
nnnnn is the 5-digit
device ID, [LF] is decimal 10, and [CR] is
decimal 13