rs

FTDI serial communication program
git clone git://git.2f30.org/rs
Log | Files | Refs | README | LICENSE

commit 9a500656bae7cb7e1bdddd14daa4ff28f5bdf1d8
parent 71c9e33af076bf02b3efb3ba4a76ed79b2b15829
Author: sin <sin@2f30.org>
Date:   Fri, 15 Nov 2013 12:26:32 +0000

Add README

Diffstat:
AREADME | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,8 @@ +This is a simple FTDI serial comms program. +It depends on libftdi. + +If you have a common FTDI USB adapter you probably don't have +to use any flags when starting the program. + +You need to be root to run this program. You can possibly get +by just by adding yourself to the relevant group.