|
jSyncManager | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerialSpeedException | |
org.jSyncManager.JSerial |
Uses of SerialSpeedException in org.jSyncManager.JSerial |
Methods in org.jSyncManager.JSerial that throw SerialSpeedException | |
void |
SerialPeer.setSpeed(int speed)
Native method to set the speed for the serial port. |
void |
SerialInterface.setCurrentSpeed(int speed)
Used to set the current serial speed. |
Constructors in org.jSyncManager.JSerial that throw SerialSpeedException | |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |