Skip to content

Constructor LinuxSerialConnection

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

LinuxSerialConnection(string)

Initializes a new instance of the class.

csharp
public LinuxSerialConnection(string portPath)

Parameters

portPath string

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

Released under the Apache License 2.0.