SerialRecord

Send and receive multiple values to and from the serial port, with error checking.

Author
Oliver Steele
Website
https://osteele.github.io/Arduino_SerialRecord/
Github
https://github.com/osteele/Arduino_SerialRecord
Category
Communication
License
LGPL 2.1
Library Type
Contributed
Architectures
Any

This library is intended for novice programmers, as an alternative to Serial.print() and Serial.println() (for sending data on the serial port) and Serial.read() and parsing (for receiving data from the serial port). It is designed to be easy to use, to detect when it is used incorrectly, and to detect and report when it receives invalid data. Data is sent in a format that is compatible with the Serial Montior and Serial Plotter tools: comma-separated ASCII values, with optional field names. In conjunction with the "SerialRecord for Processing" library, it supports display of detected errors on the Arduino to the Processing log or canvas.

Downloads

Filename Release Date File Size
SerialRecord-0.3.6.zip 2022-11-14 331.82 KiB
SerialRecord-0.3.5.zip 2022-11-13 331.40 KiB
SerialRecord-0.3.4.zip 2022-10-31 331.40 KiB
SerialRecord-0.3.3.zip 2022-10-23 330.10 KiB
SerialRecord-0.3.2.zip 2022-04-10 324.84 KiB
SerialRecord-0.3.1.zip 2022-04-10 284.74 KiB
SerialRecord-0.3.0.zip 2022-04-05 284.65 KiB
SerialRecord-0.2.0.zip 2022-04-05 158.97 KiB