跳到主要内容

DTU Serial

Transparent

Router run TCP/UDP client, receive DTU from serial and send it to server, receive DTU from server and write to serial.

UDP client

The following settings are special to transparent UDP mode of the serial port.

SettingDescriptionDefault
ProtocolTransport protocoludp
Register StringRegister string for the server
Server ListList of Server address and port

TCP client

The following settings are special to transparent TCP mode of the serial port.

SettingDescriptionDefault
ProtocolTransport protocoltcp
Keepalive IntervalClient send keepalive packet regularly, in seconds1
Keepalive Retry TimesClient send keepalive packet retry times before exit1
Reconnect IntervalClient reconnect when lost connection, in seconds1
Specific ProtocolClient connect to a tcp2com serverdisable
Heartbeat IntervalClient send tcp2com heartbeat packet regularly, in seconds1
Register StringRegister string for the server
Server ListList of Server address and port

tcp2com

Modbus

The following settings are special to Modbus mode of the serial port.

SettingDescriptionDefault
Local PortServer listen port
Maximun TCP ClientsMaximun TCP clients allowed to connect
Connnection TimeoutClient connection timeout interval, in seconds
Reading intervalDevice DTU read cycle interval, in seconds
Response TimeoutDevice response timeout interval, in seconds
Maximun RetriesMaximun retries when reading data fail
Packet SizePacket will be sent when the threshold reached1024
Serial Frame IntervalPacket will be sent when the interval reached, in milliseconds100

TCP Server

The following settings are special to TCP Server mode of the serial port.

SettingDescriptionDefault
Listening PortTCP server listen port
Keepalive IntervalServer send keepalive packet regularly, in seconds1
Keepalive Retry TimesServer send keepalive packet retry times before exit1
Packet SizePacket will be sent when the threshold reached1024
Serial Frame IntervalPacket will be sent when the interval reached, in milliseconds100

UDP Server

The following settings are special to UDP Server mode of the serial port.

SettingDescriptionDefault
Listening PortUDP server listen port
Packet SizePacket will be sent when the threshold reached1024
Serial Frame IntervalPacket will be sent when the interval reached, in milliseconds100

MQTT

The following settings are special to MQTT mode of the serial port.

SettingDescriptionDefault
MQTT HostMQTT server address or domain
MQTT PortMQTT server port
ClientIDMQTT ClinetID when connect to server
KeepaliveMQTT Client send keepalive packet regularly, in seconds1
Publish TopicMQTT topic for publish message
Subscribe TopicMQTT topic for receive message
QoSMQTT message QoS level
AuthMQTT authentication informationclose
UsernameMQTT authentication username
PasswordMQTT authentication password