A B C D E F G H I L M N O P R S T U V W 

S

SelfPowered - Variable in class com.ftdi.j2xx.FT_EEPROM
Config Descriptor - Self Powered Mode
serialNumber - Variable in class com.ftdi.j2xx.D2xxManager.FtDeviceInfoListNode
Serial number string for FT device, if available.
SerialNumber - Variable in class com.ftdi.j2xx.FT_EEPROM
String Descriptor - Serial Number String
SerNumEnable - Variable in class com.ftdi.j2xx.FT_EEPROM
Device Descriptor - Serial Number Enabled
setAddress(int) - Method in class com.ftdi.j2xx.ft4222.FT_4222_I2c_Slave
 
setAddress(int) - Method in interface com.ftdi.j2xx.interfaces.I2cSlave
Set the address of the I2C slave device.
setBaudRate(int) - Method in class com.ftdi.j2xx.FT_Device
This method sends a vendor command to the device to change the baud rate generator value.
setBitMode(byte, byte) - Method in class com.ftdi.j2xx.FT_Device
This method allows the device to use alternative interface modes such as bit-bang, MPSSE and CPU target mode.
setBreakOff() - Method in class com.ftdi.j2xx.FT_Device
This method resets the BREAK condition on the device UART.
setBreakOn() - Method in class com.ftdi.j2xx.FT_Device
This method generates a BREAK condition on the device UART.
setBufferNumber(int) - Method in class com.ftdi.j2xx.D2xxManager.DriverParameters
This method will set the Buffer number for Rx in the user space application.
setChars(byte, byte, byte, byte) - Method in class com.ftdi.j2xx.FT_Device
Specifies the event character and error replacement characters for the device to use.
setClock(byte) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Device
Set the system clock rate.
setDataCharacteristics(byte, byte, byte) - Method in class com.ftdi.j2xx.FT_Device
This method dictates the data format that the device will use.
setDrivingStrength(int, int, int) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Spi_Master
For the FT4222H SPI master, set the driving strength of clk, io, and sso pins.
setDrivingStrength(int, int, int) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Spi_Slave
For the FT4222H SPI Slave, set the driving strength of clk, io, and sso pins.
setDtr() - Method in class com.ftdi.j2xx.FT_Device
Allows the DTR modem control line to be manually asserted.
setEventNotification(long) - Method in class com.ftdi.j2xx.FT_Device
This method specifies events for the java driver to signal that they have occurred.
setFlowControl(short, byte, byte) - Method in class com.ftdi.j2xx.FT_Device
Specifies the flow control method that the device should use to prevent data loss.
setLatencyTimer(byte) - Method in class com.ftdi.j2xx.FT_Device
This method allows the latency timer value for the device to be specified.
setLines(int) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Spi_Master
 
setLines(int) - Method in interface com.ftdi.j2xx.interfaces.SpiMaster
Switch FT4222H SPI master to single, dual, or quad lines.
setMaxBufferSize(int) - Method in class com.ftdi.j2xx.D2xxManager.DriverParameters
This method will set the Max Buffer size to process Rx data in the user space application.
setMaxTransferSize(int) - Method in class com.ftdi.j2xx.D2xxManager.DriverParameters
This method will set the Max Transfer size to process Rx data in the user space application.
setReadTimeout(int) - Method in class com.ftdi.j2xx.D2xxManager.DriverParameters
This method specifies the timeout values to be used for read operations.
setRts() - Method in class com.ftdi.j2xx.FT_Device
Allows the RTS modem control line to be manually asserted.
setVIDPID(int, int) - Method in class com.ftdi.j2xx.D2xxManager
This allows a custom VID and PID combination within the internal device list table.
singleRead(byte[], int, int[], boolean) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Spi_Master
 
singleRead(byte[], int, int[], boolean) - Method in interface com.ftdi.j2xx.interfaces.SpiMaster
Under SPI single mode, read data from an SPI slave.
singleReadWrite(byte[], byte[], int, int[], boolean) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Spi_Master
 
singleReadWrite(byte[], byte[], int, int[], boolean) - Method in interface com.ftdi.j2xx.interfaces.SpiMaster
Under SPI single mode, full-duplex write data to and read data from an SPI slave.
singleWrite(byte[], int, int[], boolean) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Spi_Master
 
singleWrite(byte[], int, int[], boolean) - Method in interface com.ftdi.j2xx.interfaces.SpiMaster
Under SPI single mode, write data to an SPI slave.
SPI_ACK - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_SLAVE_CMD
 
SPI_GET_CONFIG - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
 
SPI_GET_STATUS - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
 
SPI_IO_DUAL - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.FT4222_SPIMode
 
SPI_IO_NONE - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.FT4222_SPIMode
 
SPI_IO_QUAD - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.FT4222_SPIMode
 
SPI_IO_SINGLE - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.FT4222_SPIMode
 
SPI_MASTER_TRANSFER - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_SLAVE_CMD
 
SPI_SET_CLK - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
 
SPI_SET_CPHA - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
 
SPI_SET_CPOL - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
 
SPI_SET_IO - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
 
SPI_SET_RESET_TRANSACTION - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
 
SPI_SET_RESTART_CONTROLLER - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
 
SPI_SET_SLAVE_MAP - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
 
SPI_SET_SS - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
 
SPI_SET_TURBO - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
 
SPI_SHART_SLAVE_TRANSFER - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_SLAVE_CMD
 
SPI_SHORT_MASTER_TRANSFER - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_SLAVE_CMD
 
SPI_SLAVE_TRANSFER - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_SLAVE_CMD
 
SPI_SS_NEGTIVE - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_SS
 
SPI_SS_POSITIVE - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_SS
 
SpiMaster - Interface in com.ftdi.j2xx.interfaces
FDI SPI master support library
SpiSlave - Interface in com.ftdi.j2xx.interfaces
SpiSlaveListener - Interface in com.ftdi.j2xx.protocol
FTDI SPI SLAVE Protocol listener
SpiSlaveResponseEvent - Class in com.ftdi.j2xx.protocol
 
SpiSlaveResponseEvent(int, int, Object, Object, Object) - Constructor for class com.ftdi.j2xx.protocol.SpiSlaveResponseEvent
 
stopInTask() - Method in class com.ftdi.j2xx.FT_Device
This method stops the driver's IN thread and prevents USB IN requests being issued to the device.
stoppedInTask() - Method in class com.ftdi.j2xx.FT_Device
This method return the running status of starts the driver's IN thread.
SYS_CLK_24 - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.FT4222_ClockRate
 
SYS_CLK_48 - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.FT4222_ClockRate
 
SYS_CLK_60 - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.FT4222_ClockRate
 
SYS_CLK_80 - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.FT4222_ClockRate
 
A B C D E F G H I L M N O P R S T U V W 

About FTDI   |   FTDI Licence Terms