Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/QNX4/SerialPortTest.cpp

Go to the documentation of this file.
00001 #include <j2k/Fred/QNX/SerialPort.hpp>
00002 
00003 void main()
00004 {
00005   SerialPort* s = new SerialPort;
00006 
00007   printf("\nSpeed=9");
00008   s->TrainCmd( 9, 1 );
00009 
00010   printf("\nReverse=15");
00011   s->TrainCmd( 15, 1 );
00012 
00013   printf("\nSpeed=13");
00014   s->TrainCmd( 13, 1 );
00015 
00016   printf("\nStop Train");
00017   s->TrainCmd( 0,  1 );
00018 
00019   delete s;
00020 }

Generated on Sun Oct 14 18:46:42 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001