Serial.ReadAll
From Xojo Documentation
This item was deprecated in version 2019r2. Please use SerialConnection.ReadAll as a replacement. |
Method
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.