Skip to content

Constructor ProcessSerialConnection

Namespace: Belay.Core
Assembly: Belay.Core.dll

ProcessSerialConnection(string)

Initializes a new instance of the class.

csharp
public ProcessSerialConnection(string portPath)

Parameters

portPath string

Path to the serial device (e.g., /dev/ttyUSB0).

Released under the Apache License 2.0.