Skip navigation links
B C D E F G H I O P R S T V W 

B

BitModes - Enum in com.ftdi
Bit Modes

C

close() - Method in class com.ftdi.FTDevice
Close connection with device.
com.ftdi - package com.ftdi
 
cyclePort() - Method in class com.ftdi.FTDevice
Send a cycle command to the USB port.

D

DeviceStatus - Enum in com.ftdi
Modem and line statuses of device.
DeviceType - Enum in com.ftdi
Chip type

E

EEPROMData - Class in com.ftdi
Basic EEPROM data.
EEPROMData() - Constructor for class com.ftdi.EEPROMData
Create a new EEPROM data.
equals(Object) - Method in class com.ftdi.FTDevice
 

F

finalize() - Method in class com.ftdi.FTDevice
 
FlowControl - Enum in com.ftdi
Flow Control
FTD2XXException - Exception in com.ftdi
If something bad thing happen in native file.
FTD2XXException(FT_STATUS) - Constructor for exception com.ftdi.FTD2XXException
 
FTD2XXException(int) - Constructor for exception com.ftdi.FTD2XXException
 
FTD2XXException(Throwable) - Constructor for exception com.ftdi.FTD2XXException
 
FTD2XXException(String, Throwable) - Constructor for exception com.ftdi.FTD2XXException
 
FTD2XXException(String) - Constructor for exception com.ftdi.FTD2XXException
 
FTD2XXException() - Constructor for exception com.ftdi.FTD2XXException
 
FTDevice - Class in com.ftdi
Java class to communicate easily to a FTDI device.

G

getBitMode() - Method in class com.ftdi.FTDevice
Gets the instantaneous value of the data bus.
getDescription() - Method in class com.ftdi.EEPROMData
Get description (default: "USB HS Serial Converter")
getDevDescription() - Method in class com.ftdi.FTDevice
Get device description.
getDevices() - Static method in class com.ftdi.FTDevice
Get the connected FTDI devices.
getDevices(boolean) - Static method in class com.ftdi.FTDevice
Get the connected FTDI devices.
getDevicesByDescription(String) - Static method in class com.ftdi.FTDevice
Get the connected FTDI devices.
getDevicesByDeviceType(DeviceType) - Static method in class com.ftdi.FTDevice
Get the connected FTDI devices.
getDevicesBySerialNumber(String) - Static method in class com.ftdi.FTDevice
Get the connected FTDI devices.
getDeviceStatus() - Method in class com.ftdi.FTDevice
Gets the modem status and line status from the device.
getDevID() - Method in class com.ftdi.FTDevice
Get device ID.
getDevLocationID() - Method in class com.ftdi.FTDevice
Get device location.
getDevSerialNumber() - Method in class com.ftdi.FTDevice
Get device serial number.
getDevType() - Method in class com.ftdi.FTDevice
Get device type.
getEEPROMUserAreaSize() - Method in class com.ftdi.FTDevice
Get the available size of the EEPROM user area
getFlag() - Method in class com.ftdi.FTDevice
Get device flag.
getInputStream() - Method in class com.ftdi.FTDevice
Get an InputStream to device.
getLatencyTimer() - Method in class com.ftdi.FTDevice
Get the current value of the latency timer.
getManufacturer() - Method in class com.ftdi.EEPROMData
Get manufacturer (default: "FTDI")
getManufacturerID() - Method in class com.ftdi.EEPROMData
Get manufacturer id (default: "FT)
getMaxPower() - Method in class com.ftdi.EEPROMData
Get max power (0 < MaxPower <= 500)
getOutputStream() - Method in class com.ftdi.FTDevice
Get an OutputStream to device.
getProductId() - Method in class com.ftdi.EEPROMData
Get product id (default: 0x6001)
getQueueStatus() - Method in class com.ftdi.FTDevice
Gets the number of bytes in the receive queue.
getSerialNumber() - Method in class com.ftdi.EEPROMData
Get serial number (default: "FT000001")
getVendorId() - Method in class com.ftdi.EEPROMData
Get vendor id (default: 0x0403)

H

hashCode() - Method in class com.ftdi.FTDevice
 

I

isInUse() - Method in class com.ftdi.FTDevice
determines if the device is in use by anybody
isOpen() - Method in class com.ftdi.FTDevice
determines if the device was opened already
isPnP() - Method in class com.ftdi.EEPROMData
0 = disabled, 1 = enable
isRemoteWakeup() - Method in class com.ftdi.EEPROMData
0 = not capable, 1 = capable
isSelfPowered() - Method in class com.ftdi.EEPROMData
0 = bus powered, 1 = self powered

O

open() - Method in class com.ftdi.FTDevice
Open connection with device.

P

Parity - Enum in com.ftdi
Parity
Purge - Enum in com.ftdi
Purge RX and TX Buffers
purgeBuffer(boolean, boolean) - Method in class com.ftdi.FTDevice
Purge receive or transmit buffers in the device.

R

read(byte[], int, int) - Method in class com.ftdi.FTDevice
Read bytes from device.
read(byte[]) - Method in class com.ftdi.FTDevice
Read bytes from device.
read() - Method in class com.ftdi.FTDevice
Read a byte from device.
read(int) - Method in class com.ftdi.FTDevice
Read given bytes from device.
readEEPROM() - Method in class com.ftdi.FTDevice
Read device EEPROM data
readEEPROMUserArea(int) - Method in class com.ftdi.FTDevice
Read the contents of the EEPROM user area
readFullEEPROMUserArea() - Method in class com.ftdi.FTDevice
Read all contents of the EEPROM user area
readFullEEPROMUserAreaAsString() - Method in class com.ftdi.FTDevice
Read all contents of the EEPROM user area as String
resetDevice() - Method in class com.ftdi.FTDevice
Send a reset command to the device.

S

setBaudRate(long) - Method in class com.ftdi.FTDevice
Set desired baud rate.
setBitMode(byte, BitModes) - Method in class com.ftdi.FTDevice
Enables different chip modes.
setDataCharacteristics(WordLength, StopBits, Parity) - Method in class com.ftdi.FTDevice
This function sets the data characteristics for the device
setDescription(String) - Method in class com.ftdi.EEPROMData
 
setDtr(boolean) - Method in class com.ftdi.FTDevice
Set the Data Terminal Ready (DTR) control signal.
setFlowControl(FlowControl) - Method in class com.ftdi.FTDevice
Sets the flow control for the device.
setFlowControl(FlowControl, byte, byte) - Method in class com.ftdi.FTDevice
Sets the flow control for the device.
setLatencyTimer(short) - Method in class com.ftdi.FTDevice
Set the latency timer value.
setManufacturer(String) - Method in class com.ftdi.EEPROMData
 
setManufacturerID(String) - Method in class com.ftdi.EEPROMData
 
setMaxPower(short) - Method in class com.ftdi.EEPROMData
 
setPnP(boolean) - Method in class com.ftdi.EEPROMData
 
setProductId(short) - Method in class com.ftdi.EEPROMData
 
setRemoteWakeup(boolean) - Method in class com.ftdi.EEPROMData
 
setRts(boolean) - Method in class com.ftdi.FTDevice
Set the Request To Send (RTS) control signal
setSelfPowered(boolean) - Method in class com.ftdi.EEPROMData
 
setSerialNumber(String) - Method in class com.ftdi.EEPROMData
 
setTimeouts(long, long) - Method in class com.ftdi.FTDevice
Set the read and write timeouts for the device.
setUSBParameters(int, int) - Method in class com.ftdi.FTDevice
Set the USB request transfer size.
setVendorId(short) - Method in class com.ftdi.EEPROMData
 
StopBits - Enum in com.ftdi
Number of stop bits

T

toString() - Method in enum com.ftdi.DeviceStatus
 
toString() - Method in class com.ftdi.EEPROMData
 
toString() - Method in class com.ftdi.FTDevice
 

V

valueOf(String) - Static method in enum com.ftdi.BitModes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ftdi.DeviceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ftdi.DeviceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ftdi.FlowControl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ftdi.Parity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ftdi.Purge
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ftdi.StopBits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ftdi.WordLength
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ftdi.BitModes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ftdi.DeviceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ftdi.DeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ftdi.FlowControl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ftdi.Parity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ftdi.Purge
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ftdi.StopBits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ftdi.WordLength
Returns an array containing the constants of this enum type, in the order they are declared.

W

WordLength - Enum in com.ftdi
Word Length
write(byte[], int, int) - Method in class com.ftdi.FTDevice
Write bytes to device.
write(byte[]) - Method in class com.ftdi.FTDevice
Write bytes to device.
write(int) - Method in class com.ftdi.FTDevice
Write byte to device.
writeEEPROM(EEPROMData) - Method in class com.ftdi.FTDevice
Program the EEPROM data
writeEEPROMUserArea(byte[]) - Method in class com.ftdi.FTDevice
Write data into the EEPROM user area
writeEEPROMUserArea(String) - Method in class com.ftdi.FTDevice
Write string into the EEPROM user area
B C D E F G H I O P R S T V W 
Skip navigation links

Copyright © 2019. All rights reserved.