Terminal interface for communicating with serial ANSI/VT100 terminals
Dependents: Terminal_HelloWorld geigercounter01 geigercounter04 DiscoTech ... more
Revision 2:85184c13476c, committed 2010-11-23
- Comitter:
- simon
- Date:
- Tue Nov 23 16:03:35 2010 +0000
- Parent:
- 1:96ae39e58792
- Commit message:
- Convert to a library
Changed in this revision
Terminal.cpp | Show annotated file Show diff for this revision Revisions of this file |
Terminal.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 96ae39e58792 -r 85184c13476c Terminal.cpp --- a/Terminal.cpp Thu Jun 03 17:12:11 2010 +0000 +++ b/Terminal.cpp Tue Nov 23 16:03:35 2010 +0000 @@ -1,5 +1,5 @@ /* mbed Terminal Library, for ANSI/VT200 Terminals and ecape codes - * Copyright (c) 2007-2010 sford + * Copyright (c) 2007-2010, sford, http://mbed.org * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal
diff -r 96ae39e58792 -r 85184c13476c Terminal.h --- a/Terminal.h Thu Jun 03 17:12:11 2010 +0000 +++ b/Terminal.h Tue Nov 23 16:03:35 2010 +0000 @@ -1,5 +1,5 @@ /* mbed Terminal Library, for ANSI/VT200 Terminals and ecape codes - * Copyright (c) 2007-2010 sford + * Copyright (c) 2007-2010, sford, http://mbed.org * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,10 @@ #ifndef MBED_TERMINAL_H #define MBED_TERMINAL_H -/** Interface with a ANSI/VT100 Terminal */ +/** Control and display on an ANSI/VT100 Terminal + * + * This allows you to control an ANSI serial terminal + */ class Terminal : public Serial { public: /** Create the Terminal interface