home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / oss / cvs-2004 / cantalope / portControl.java,v < prev    next >
Text File  |  2003-07-14  |  665b  |  59 lines

  1. head     1.1;
  2. branch   1.1.1;
  3. access   ;
  4. symbols  Initial:1.1.1.1 CANtalope:1.1.1;
  5. locks    ; strict;
  6. comment  @# @;
  7.  
  8.  
  9. 1.1
  10. date     2003.07.14.20.41.53;  author larryl;  state Exp;
  11. branches 1.1.1.1;
  12. next     ;
  13.  
  14. 1.1.1.1
  15. date     2003.07.14.20.41.53;  author larryl;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24.  
  25. 1.1
  26. log
  27. @Initial revision
  28. @
  29. text
  30. @/**
  31.  * class portControl
  32.  *
  33.  * controls the serial port
  34.  *
  35.  * Member methods include
  36.  * openPort() opens the port for use
  37.  * closePort() closes the port
  38.  * when done.
  39.  */
  40.  
  41. public class portControl{
  42.  
  43.     public int openPort(){
  44.         System.out.println( "Opening port" );
  45.         return 0;
  46.     }
  47.  
  48.  
  49. }
  50. @
  51.  
  52.  
  53. 1.1.1.1
  54. log
  55. @cantalope
  56. @
  57. text
  58. @@
  59.