Class LinuxSerialConnection
Namespace: Belay.Core
Assembly: Belay.Core.dll
Minimal Linux-compatible serial connection using file I/O operations. Simple cross-platform serial communication for MicroPython devices.
public sealed class LinuxSerialConnection : IDisposable
Inheritance
object ← LinuxSerialConnection
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Initializes a new instance of the class.
Properties
Gets a value indicating whether the connection is open.
Methods
Closes the serial connection.
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Gets the underlying stream for advanced protocol operations.
Opens the serial connection.
Reads existing data from the port with simple timeout.
Writes a string to the serial port.