rs

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

commit c2d806a7665c878216fd7a3c901fce52c1caea0e
parent 6d933cd29c6422f19b667fab46368ae1bc4d81ac
Author: sin <sin@2f30.org>
Date:   Fri, 15 Nov 2013 15:21:43 +0000

Update README on usage

Diffstat:
MREADME | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -1,3 +1,6 @@ +What is it? +=========== + This is a simple FTDI serial comms program. It depends on libftdi. @@ -10,3 +13,14 @@ 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. + +How to use it? +============== + +I run rs inside tmux so you can take advantage of tmux for various +operations that other serial terminals implement internally. + +To record all output from the attached system you can use tee(1) or +even tmux itself. + +For example something like `sudo rs | tee -a output.log' should work.