There should be a hardware directory containing an Arduino sketch that echos serial data it receives with some extra prefix. This can be used to write a test that makes sure the library works in at least a basic way.
For extra points, the Arduino could be configured to set other options for serial transmission (speed, parity, character width).
There should be a
hardware
directory containing an Arduino sketch that echos serial data it receives with some extra prefix. This can be used to write a test that makes sure the library works in at least a basic way.For extra points, the Arduino could be configured to set other options for serial transmission (speed, parity, character width).