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
2013-04-25 22:15:16 -04:00
..
html Added some libraries that need implementation to achieve 115200 bitrates for sd card logging 2013-04-25 22:15:16 -04:00
SerialPort Added some libraries that need implementation to achieve 115200 bitrates for sd card logging 2013-04-25 22:15:16 -04:00
SerialPortLogger Added some libraries that need implementation to achieve 115200 bitrates for sd card logging 2013-04-25 22:15:16 -04:00
changes.txt Added some libraries that need implementation to achieve 115200 bitrates for sd card logging 2013-04-25 22:15:16 -04:00
readme.txt Added some libraries that need implementation to achieve 115200 bitrates for sd card logging 2013-04-25 22:15:16 -04:00
SerialPort.html Added some libraries that need implementation to achieve 115200 bitrates for sd card logging 2013-04-25 22:15:16 -04:00

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.