Package serialComms

Class SerialPortConstants

java.lang.Object
serialComms.SerialPortConstants

public class SerialPortConstants extends Object
Constants copied from the RXTX library gnu.io.SerialPortInterface. Values are reproduced here so that the RXTX library can be removed but the constants still available for use by other classes. Important: the majority of the constants are commented out because the jSerialComm library uses it's own constants. They match the RXTX library for Parity, BUT ARE DIFFERENT FOR STOP BITS AND FLOWCONTROL. The jSerialComm values are given below the RXTX values for reference. We don't think this is a big problem because Flowcontrol NONE and Stop Bits 1 is the same in both libraries, and that's generally what most people will be using.
Author:
mo55