Skip to content

Lib.io.serial.SerialInput

Thomas Mann edited this page Sep 5, 2025 · 1 revision

SerialInput

in Lib.io.serial



Input Parameters

Name (Relevancy & Type) Description
PortName (String) -
BaudRate (Int32) Default baudrates:
9600,
19200,
38400,
57600,
115200,
230400,
460800,
921600
ListLength (Int32) -
Connect (Boolean) -

Outputs

Name Type
ReceivedString System.String
ReceivedLines System.Collections.Generic.List`1[System.String]
WasTrigger System.Boolean
IsConnected System.Boolean

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally