DeviceSerial Properties :


There is no class properties


Device Properties
Name
Description
Type
Default Value
Connection If the connection is made local (local) or remote (remote) via a terminal server. String local
Host Hostname or IP of the terminal server for remote connection. String localhost
Port Port used on the terminal server for remote connection. String 10000
Device Device node used for local connection. String /dev/ttyS0
BaudRate Connection speed in bits/s. Used for local connections only. int 9600
DataBits Number of data bits. Used for local connections only. short 8
Parity Wheter and what kind of parity bit is used. May be none (N), odd (O), even (E), mark (M), or space (S). Used for local connections only. String N
StopBits How many stop bits are used - for local connections only. short 1
FlowControl Whether XON/XOFF (software), CTS/RTS (hardware) or no (none) flow control is used. String none
TimeOut Connection timeout in deciseconds. It has to be between 1 and 255ds. short 20