Online documentation, manuals and tutorials
< All Topics
Print

SerialInit

Description

Creates and initializes a Serial connection object with connection parameters that are defined through properties. This Action must be executed first, after which the SerialConnect Action must be called.

Properties

Specific

Connection

ASSIGNABLE EXPRESSION (object:SerialConnection)

Connection object of type object:SerialConnection to be created and initialized.

Port

EXPRESSION (object:string)

Serial port name.

Baud rate

EXPRESSION (object:number)

Serial port speed.

Data bits

EXPRESSION (object:number)

Serial port data bits. Allowed values are 5, 6, 7 or 8.

Stop bits

EXPRESSION (object:number)

Serial port stop bits. Allowed values are 1 or 2.

Parity

EXPRESSION (object:string)

Serial port parity. Allowed values are "none", "even", "mark", "odd" or "space"

Inputs

seqin

SEQ | OPTIONAL

A standard sequence input.

Outputs

seqout

SEQ | OPTIONAL

A standard sequence output.

Page content