javax.comm.properties
上传用户:kyckim
上传日期:2007-12-11
资源大小:332k
文件大小:0k
- #
- # Drivers loaded by the Java Communications API standard extension
- # at initialization time
- #
- # Format:
- # Each line must contain ONE driver definition only
- # Each line must be of the form:
- # driver=<ClassName>
- # No spaces or tabs in the line.
- # ClassName must implement the interface javax.comm.CommDriver
- # example: driver=Win32Serial
- #
- #
- # The hash(#) character indicates comment till end of line.
- #
- # Windows Serial Driver
- Driver=com.sun.comm.Win32Driver