Serial
RemoteSerial is an attempt to generalize the use of a simple serial line communication protocols.
Its useful when we have a one-way sending of messages from some equipment to the control system.
You can specify up to eight termination characters in the attribute TermChar[0-7].
These termination characters are used to detect the end of a received message (if a character matches
any of the termination characters).
Specify also the settings for the serial link, that is - DevName , Speed , Parity (0 = none, 1 = odd,
2 = even), StopBits and DataBits. These could be for example /dev/ttyS0, 9600, 0, 1, 8.