From 8291d91866ac168422ebc6213883e62c753a1a7a Mon Sep 17 00:00:00 2001 From: Mike C Date: Sun, 10 Mar 2013 15:06:30 -0400 Subject: [PATCH] Updated headers and description --- Universal_Serial_Adapter/Project.h | 25 +++++++++++++++++++ .../Universal_Serial_Adapter.ino | 4 +-- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/Universal_Serial_Adapter/Project.h b/Universal_Serial_Adapter/Project.h index 6b8773a..f79c739 100644 --- a/Universal_Serial_Adapter/Project.h +++ b/Universal_Serial_Adapter/Project.h @@ -1,3 +1,28 @@ +/* + Serial Adapter Project: Dynamic serial TTY passthroughs + by: Mike Crosson + Nusku Networks + date: 2013/03/09 + license: CC-BY SA 3.0 - Creative commons share-alike 3.0 + use this code however you'd like, just keep this license and + attribute. + + This sketch currently only shows the four serial modes and + uses S1-S3 to select the current mode. + + A trailing * after the mode indicates the current mode + + Button Map: + S1: Up + S2: Select/Enter + S3: Down + + Serial Modes: + Phone UART + DB9 Normal + DB9 Null Modem + Cisco console +*/ // LCD LCDShield lcd; // Line length max is 16 diff --git a/Universal_Serial_Adapter/Universal_Serial_Adapter.ino b/Universal_Serial_Adapter/Universal_Serial_Adapter.ino index 86175a7..8e13ca6 100644 --- a/Universal_Serial_Adapter/Universal_Serial_Adapter.ino +++ b/Universal_Serial_Adapter/Universal_Serial_Adapter.ino @@ -14,8 +14,8 @@ Button Map: S1: Up - S2: Down - S3: Select/Enter + S2: Select/Enter + S3: Down Serial Modes: Phone UART