- 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
- 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.
- setDataCharacteristics(byte, byte, byte) - Method in class com.ftdi.j2xx.FT_Device
-
This method dictates the data format that the device will use.
- 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.
- 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.
- 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.