This repository has been archived on 2020-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
arduino_universal_serial_ad.../Libraries/SerialPort/readme.txt

14 lines
449 B
Plaintext

This library provide more options for buffering, character size,
parity and error checking than the standard Arduino HardwareSerial
class for AVR Arduino boards.
To install the this library, copy the SerialPort folder to the
your libraries directory.
Try the HelloWorld example first.
The API was designed to be backward compatible with Arduino Serial.
A number of functions have been added to the API.
Read the html files for more information.