Serial.ReadAll
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
![]() |
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.