com.esf.device.serial.comm.service
Class BaudRate

java.lang.Object
  extended by com.esf.device.serial.comm.service.BaudRate

public class BaudRate
extends java.lang.Object

This static class provides the available baud rates.

Baud rates listed in this class are used for parameter checking in all methods where the baud rate may be modified.

Author:
matt.demaree

Field Summary
static int B115200
          115200 baud
static int B1200
          1200 baud
static int B19200
          19200 baud
static int B2400
          2400 baud
static int B300
          300 baud
static int B38400
          38400 baud
static int B4800
          4800 baud
static int B57600
          57600 baud
static int B600
          600 baud
static int B9600
          9600 baud
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

B300

public static final int B300
300 baud

See Also:
Constant Field Values

B600

public static final int B600
600 baud

See Also:
Constant Field Values

B1200

public static final int B1200
1200 baud

See Also:
Constant Field Values

B2400

public static final int B2400
2400 baud

See Also:
Constant Field Values

B4800

public static final int B4800
4800 baud

See Also:
Constant Field Values

B9600

public static final int B9600
9600 baud

See Also:
Constant Field Values

B19200

public static final int B19200
19200 baud

See Also:
Constant Field Values

B38400

public static final int B38400
38400 baud

See Also:
Constant Field Values

B57600

public static final int B57600
57600 baud

See Also:
Constant Field Values

B115200

public static final int B115200
115200 baud

See Also:
Constant Field Values