User's Manual

Table Of Contents
USR-G809 User Manual Technical Support:
h.usriot.com
Jinan USR IOT Technology Limited www.pusr.com
54
7.2.2.1. Time Trigger
When G809 receives data from the UART, it continuously checks the interval of two adjacent bytes. If the
interval time is greater or equal to a certain "time threshold", then a frame is considered finished, otherwise
the data is received until greater or equal to the packet length byte set (Defaults to 1000 bytes). This frame is
sent to the network as a TCP or UDP packet. The "time threshold" here is the time between packages. The
range of settable is 10ms~60000ms.Factory default: 10ms.
This parameter can be set by AT command, AT+UARTFT=<time>.
7.2.2.2. Length Trigger
When G809 receives data from the UART, it constantly checks the number of bytes received. If the number of
bytes received is equal to a certain "length threshold", a frame is considered to have ended, then this frame is
sent to the network as a TCP or UDP packet. The "length threshold" here is the package length. The settable
range is 5~1500 bytes. Factory default 1000.
This parameter can be set by AT command, AT+UARTFL=<length>.
7.3. Operation Mode
USR-G809 supports three operation modes: NET(Transparent transmission), MODBUS(MODBUS RTU to
MODBUS TCP), HTTPD(HTTP Client mode).