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