00001 // EPOS-- PC UART Mediator Test Program 00002 00003 // This work is licensed under the Creative Commons 00004 // Attribution-NonCommercial-NoDerivs License. To view a copy of this license, 00005 // visit http://creativecommons.org/licenses/by-nc-nd/2.0/ or send a letter to 00006 // Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. 00007 00008 #include <utility/ostream.h> 00009 #include <uart.h> 00010 00011 __USING_SYS 00012 00013 int main() 00014 { 00015 OStream cout; 00016 00017 cout << "PC_UART test\n"; 00018 00019 // PC_UART uart; 00020 00021 return 0; 00022 }