Serial.ReadAll

From Xojo Documentation

Method

Serial.ReadAll([Encoding as TextEncoding ]) As String

Supported for all project types and targets.

Returns all incoming data available in the buffer as a String.

Notes

The optional Encoding parameter enables you to specify the text encoding of the data to be read. Use the Encodings module to specify a text encoding.