Eseye HERA600 Series Manuel de configuration - Page 8

Parcourez en ligne ou téléchargez le pdf Manuel de configuration pour {nom_de_la_catégorie} Eseye HERA600 Series. Eseye HERA600 Series 11 pages.

5 Additional commands/options

5.1 feature serial2ip set port 1 disconnecttimeout 1

It is the idle disconnect timeout in seconds. Maximum value is 3600 seconds (1 hour).
After the timer expires, the whole ip connection closes.
Can disable the timer by setting it to 0.

5.2 feature serial2ip set port 1 idletime 1

It is the idle timeout in milliseconds, after which the data will be sent.
Maximum value is 3600000 milliseconds(1 hour).
Can disable the timer by setting it to 0.

5.3 feature serial2ip set port 1 matchcharacter 65

It is the ascii value corresponding to the character that needs to be matched. In this
case we are matching 'A' character against the data. If the match is successful all the
data before the matched character and including the matched character will be sent
to ip connection.
Valid values: -1 for disable; 0 to 255 (Ascii values)

5.4 feature serial2ip set port 1 matchstring "testing"

It matches the string against the data and sends the data until the matched string, or
up to the matched string and including it, depending upon the configured value of
deletematchstring.
If the match is not successful it looks for a partial match against the data, and if
successful, then the data is sent up until, and excluding, the partial matched
characters.
Max length: 256
Disable matchstring value: ""
7