Engee documentation

COM Setup

Page in progress.

Configuring Serial Ports.

com setup

Description

The block is used to configure the serial ports.

Parameters

Port Name - port name to configure
"ttyS0" (By default)

Broadcast speed — transmit-receive rate
9600 (By default) | 1200 | `2400 | `4800 | `19200 | `28800 | `38400 | `57600 | `115200

Data bits - number of transmit-receive data bits
8 (by default) | `5 | `6 | `7.

*Stop bits number of receive-transmit stop bits
One (by default) | Half | Two.

*parity bit Receive-to-transmit error detection method
Odd (by default) | No | Even | Mark | Space

Details

Method Explanation:

  • Odd - parity check;

  • Even - check for odd parity;

  • Mark - parity bit is 1;

  • Space - parity bit is 0.