home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / javacomm.zip / javax.comm.properties < prev    next >
Text File  |  1999-04-20  |  483b  |  18 lines

  1. #
  2. # Drivers loaded by the Java Communications API standard extension
  3. # at initialization time
  4. #
  5. # Format:
  6. #    Each line must contain ONE driver definition only
  7. #    Each line must be of the form:
  8. #            driver=<ClassName>
  9. #        No spaces or tabs in the line.
  10. #        ClassName must implement the interface javax.comm.CommDriver
  11. #            example: driver=Win32Serial
  12. #    
  13. #
  14. # The hash(#) character indicates comment till end of line.
  15. #
  16. # OS/2 Serial Driver
  17. Driver=com.os2.comm.OS2CommDriver
  18.