Skip to content

Method WriteAsync

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

WriteAsync(string)

Writes a string to the serial port.

csharp
public Task WriteAsync(string data)

Parameters

data string

The data to write.

Returns

Task

Released under the Apache License 2.0.