- setGpio(int, GpioSetting.GpioPin, GpioObject) - Method in class tw.com.prolific.pl2303ghidsdk.HidToGpio
-
PL23B3, PL23C3, and PL23D3 have some software controllable "General Purpose Input Output" control signal pin, you can use this API to control the status of these pin when the direction is output mode
- setGpioDir(int, GpioSetting.GpioPin, GpioSetting.GpioDir) - Method in class tw.com.prolific.pl2303ghidsdk.HidToGpio
-
PL23B3, PL23C3, and PL23D3 have some software controllable "General Purpose Input Output" control signal pin, you can use this API to control the direction of these pin
- setI2cDeviceAddress(int, byte) - Method in class tw.com.prolific.pl2303ghidsdk.HidToI2c
-
Sets I2C device address.
- setI2cFrequency(int, byte) - Method in class tw.com.prolific.pl2303ghidsdk.HidToI2c
-
Sets I2C frequency.
- setSpiFrequency(int, byte, SpiSetting.SPI_MODE) - Method in class tw.com.prolific.pl2303ghidsdk.HidToSpi
-
Sets spi frequency.
- setUartConfig(int, UartObject) - Method in class tw.com.prolific.pl2303ghidsdk.HidToUart
-
Sets UART config, the configurations included BaudRate, Data bit, stop bit, parity bit and Flow Control.
- setXonXoffSymbol(int, byte, byte) - Method in class tw.com.prolific.pl2303ghidsdk.HidToUart
-
Sets Software Flow Control byte (Xon/Xoff Symbol)
- spiRead(int, SpiSetting.Select, byte[], int, int) - Method in class tw.com.prolific.pl2303ghidsdk.HidToSpi
-
Read Binary Data from PL23D3 HidtoSpi chip.
- spiReset(int) - Method in class tw.com.prolific.pl2303ghidsdk.HidToSpi
-
Reset PL23D3 HidToSpi Chip configurations.
- SpiSetting - Class in tw.com.prolific.pl2303ghidsdk
-
The SPI Setting definitions, including CsControl, and Chip Select.
- SpiSetting() - Constructor for class tw.com.prolific.pl2303ghidsdk.SpiSetting
-
- SpiSetting.CsControl - Enum in tw.com.prolific.pl2303ghidsdk
-
- SpiSetting.Select - Enum in tw.com.prolific.pl2303ghidsdk
-
- SpiSetting.SPI_MODE - Enum in tw.com.prolific.pl2303ghidsdk
-
- spiWrite(int, SpiSetting.Select, byte[], int, int) - Method in class tw.com.prolific.pl2303ghidsdk.HidToSpi
-
Write Binary Data to PL23D3 HidtoSpi chip.
- spiWriteRead(int, SpiSetting.Select, byte[], int, byte[], int, int) - Method in class tw.com.prolific.pl2303ghidsdk.HidToSpi
-
Write Read Data to PL23D3 HidtoSpi chip.
- StopBit - Variable in class tw.com.prolific.pl2303ghidsdk.UartObject
-