SETCOM - WAC155

WAC155 User Guide

Document code
M210822EN
Revision
F
Language
English
Product
WAC155
Document type
User guide

The SETCOM command configures the data communication parameters.

SETCOM [portnumber] [baudrate] [databits] [parity] [stopbits] [txddelay] <value><cr>
In normal use, portnumber must always be omitted. The port number 1 is used only for production testing and is not user-accessible.
portnumber Number of the COM port to configure, 0 or 1. If omitted, the configuration applies to the current port in use.
baudrate Baud rate of the port. Possible values: 300, 600, 1200 2400, 4800, 9600, or 19200. Default value: 9600.
databits Number of data bits, 7 or 8. Default value: 8.
parity Parity: ODD, EVEN, or NONE. Default value: NONE.
stopbits Number of stop bits, 1 or 2. Default value : 1.
txddelay RS-485 turnaround delay in milliseconds. Range: 0 … 200. Default value: 30.
value Value for the option

Example

>setcom baudrate 19200
       BAUDRATE  = 19200
       DATABITS  = 8
       PARITY    = NONE
       STOPBITS = 1
       TXDDELAY = 30
>