AVR Z-LINKŪ


serialInterface.SerialPortUtilities Class Reference

List of all members.

Detailed Description

This file defines utility functions for establishing connection to a
serial port (RS232 or USB).

Application note:
AVR414: User's Guide - ATAVRRZ502 - Accessory Kit
Author:
Atmel Corporation: http://www.atmel.com
Support email: avr@atmel.com
Name
vkbakken
Revision
1.5
RCSfile
code_header_template_CVS_DOXYGEN.txt,v
Date
2006/04/07 12:40:07

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.
@DOC_TITLE@
Generated on Sat Dec 2 16:14:07 2006 for AVR414 User's Guide - ATAVRRZ502 - Accessory Kit by doxygen 1.4.7