jSyncManager

Uses of Class
org.jSyncManager.JSerial.SerialStopBitException

Packages that use SerialStopBitException
org.jSyncManager.JSerial   
 

Uses of SerialStopBitException in org.jSyncManager.JSerial
 

Methods in org.jSyncManager.JSerial that throw SerialStopBitException
 void SerialPeer.setStopBits(int stopbits)
          Sets the number of Stop Bits per transmission unit.
 void SerialInterface.setCurrentStopbits(int stopbits)
          Used to set the current serial stop bit size.
 

Constructors in org.jSyncManager.JSerial that throw SerialStopBitException
SerialInterface(byte port)
          Starts a new serial interface using the given port identifier at the default speed (9600bps) using 8 data bits, no parity, and 1 stop bit and starts off with the port in "grabbed" mode.
SerialInterface(byte port, int speed)
          Starts a new serial interface using the given port, at the given speed, using 8 data bits, no parity, and 1 stop bit and starts off with the port in "grabbed" mode.
SerialInterface(byte port, int speed, int databits, int parity, int stopbits, boolean status)
          Starts a new serial interface using the given port at the given speed, using the given values for data bits, parity and stop bits.
 


jSyncManager

Copyright (c) 1998 - 2003 Brad BARCLAY and others. All Rights Reserved.