Appearance
Namespace: Belay.Core Assembly: Belay.Core.dll
Writes a string to the serial port.
public Task WriteAsync(string data)
data string
data
The data to write.
Task