18 lines
467 B
Properties
18 lines
467 B
Properties
#
|
|
# 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
|