Writer

UART Writer

    Writer

Library

Basic/UART

Parameters

Writer_0

NameLabelDescriptionData TypeValid Values

port

Port number

Defines which TX and RX to use on the arduino.

Scalar

0
1
2
3

bytesize

Byte size

Defines the number of data bits in each character.

Scalar

5
6
7
8

stopbit

Stop bits

Defines the number of stop bits sent at the end of every character. This allows the receiving signal hardware to resynchronise with the stream.

Scalar

1
1.5
2

parity

Parity

Defines the parity method used for the communication.

String

'None'
'Odd'
'Even'

baudrate

Baud rate

Defines the speed of the communication. It should match the one on the device.

Scalar

300
1200
2400
4800
9600
19200
38400
57600
115200
230400
460800
921600

packetSize

Packet Size

Defines the number of bits in all the packet.

Scalar

Writer_1

NameLabelDescriptionData TypeValid Values

use_open_port

Use opened serial port

Number

0
1

com_port

Communication port

String

Ports

NameTypeDescriptionIO TypeNumber

Port 1

activation

input

1

Port 2

explicit

input

1

Diagram

Writer