| AVR Z-LINKŪ | |||||
Definition at line 33 of file SerialPortUtilities.java.
Static Public Member Functions | |
| static boolean | addSerialEventListener (SerialPort portToAddListener, SerialPortEventListener listener) |
| This function is used to add listeners to the chosen serial port. | |
| static SerialPort | connectToSerialPort (String serialPortName) |
| This function is used to open a serial port given its name. | |
| static Vector< String > | getSerialPortNames () |
| This function returns a vector with the names of the accessible serial ports on the machine. | |
| static boolean | setBaudRate (SerialPort portToConfigure, final int BAUD_RATE) |
| This function is used to set the baud rate of the chosen serial port. | |
Generated on Sat Dec 2 16:14:07 2006 for AVR414 User's Guide - ATAVRRZ502 - Accessory Kit by 1.4.7
|