| 1234567891011121314151617 | ## 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 DriverDriver=com.sun.comm.Win32Driver
 |