Skip to content

Method WriteAsync

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

WriteAsync(string)

Writes data to the serial port using echo command.

csharp
public Task WriteAsync(string data)

Parameters

data string

The data to write.

Returns

Task

Released under the Apache License 2.0.