jacobsa / go-serial

A Go library for dealing with serial ports.
Apache License 2.0
631 stars 121 forks source link

Add an integration test #2

Closed jacobsa closed 13 years ago

jacobsa commented 13 years ago

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).