javax.comm.properties
上传用户:kyckim
上传日期:2007-12-11
资源大小:332k
文件大小:0k
源码类别:

通讯/手机编程

开发平台:

Java

  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. # Windows Serial Driver
  17. Driver=com.sun.comm.Win32Driver