- PL2303G_GPIO_B_CNT_ENABLE(int, boolean) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
PL25x3 has 8 software controllable ¡§General Purpose Input Output¡¨ control signal pin, you can use this API to Init GPIO_B
- PL25x3_Close() - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
Close an PL25x3 USB Device
- PL25x3_CloseDeviceByIndex(int) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
Close an PL-UART USB Device by index
- PL25x3_CTS_ON - Static variable in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
- PL25x3_DCD_ON - Static variable in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
- PL25x3_DSR_ON - Static variable in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
- PL25x3_Enumerate() - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
Found a PL25x3 device number
- PL25x3_GetBcdByIndex(int) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
- PL25x3_GetCommModemStatus(int) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
The PL25x3_GetCommModemStatus function retrieves modem
control-register values.
- PL25x3_GetCommTimeouts(int) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
The PL25x3_GetCommTimeouts function retrieves the time-out
parameters for all read and write operations on a specified
communications device.
- PL25x3_GetDevicePathByIndex(int) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
Get the Device Path..
- PL25x3_GetProlificUSBDeviceCount() - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
Returns the active device number of PL25x3.
- PL25x3_GetSdkVersion() - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
- PL25x3_GetSerialByIndex(int) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
Returns the serial number for the device.
- PL25x3_GetSerialNumber(int) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
- PL25x3_GPIO_ENABLE(int, int, int) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
PL25x3 has 44 ( 11*4 ) software controllable ¡§General Purpose Input Output¡¨ control signal pin, you can use this API to Init GPIO
- PL25x3_GPIO_Read(int, int) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
PL25x3 has 44 ( 11*4 ) software controllable ¡§General Purpose Input Output¡¨ control signal pin,
you can use this API to get the status of these pin when the direction is input mode
- PL25x3_GPIO_Write(int, int, int) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
PL25x3 has 44 ( 11*4 ) 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
- PL25x3_IsDeviceConnectedByIndex(int) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
Get the connection status of this PL25x3, ie, whether there is an
active connection with PL25x3 device.
- PL25x3_IsSupportChip(int) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
Detecting whether this PL2543 supports this Android OS, only PL2543 /
PL2303EA / RL2303RA are supported.
- PL25x3_OpenDevByBaudRate(int, int) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
Open an PL-UART USB Device by baudrate
- PL25x3_OpenDevByDefualtSetting(int) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
Open an PL-UART USB Device by default UART setting
- PL25x3_OpenDevByUARTSetting(int, int, PL25x3Lib.DataBits, PL25x3Lib.StopBits, PL25x3Lib.Parity, PL25x3Lib.FlowControl) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
Open an PL-UART USB Device by UART setting
- PL25x3_Read(int, byte[]) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
Read Binary Data from PL2543 chip
- PL25x3_ReSetStatus() - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
ReSet Port Status
- PL25x3_RI_ON - Static variable in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
- PL25x3_SetCommTimeouts(int) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
The PL25x3_SetCommTimeouts function sets the time-out parameters
for all read and write operations on a specified communications device.
- PL25x3_SetDTR(int, boolean) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
Switch PL25x3 DTR on or off
- PL25x3_SetRTS(int, boolean) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
Switch PL25x3 RTS on or off
- PL25x3_SetupCOMPort(int, int, PL25x3Lib.DataBits, PL25x3Lib.StopBits, PL25x3Lib.Parity, PL25x3Lib.FlowControl) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
Setup basic communication parameters on PL2543 chip
- PL25x3_USBFeatureSupported() - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
Detecting whether this Android OS supports USB host API feature
- PL25x3_Write(int, byte[]) - Method in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
Writes n bytes Data to PL-UART chipset
- PL25x3Lib - Class in tw.com.prolific.pl25x3Lib
-
- PL25x3Lib(UsbManager, Context, String) - Constructor for class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
Initialize a PL25x3 driver, the software 4K Queue buffer is enable.
- PL25x3Lib(UsbManager, Context, String, boolean) - Constructor for class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
Initialize a PL25x3 driver
- PL25x3Lib.DataBits - Enum in tw.com.prolific.pl25x3Lib
-
- PL25x3Lib.FlowControl - Enum in tw.com.prolific.pl25x3Lib
-
- PL25x3Lib.Parity - Enum in tw.com.prolific.pl25x3Lib
-
- PL25x3Lib.StopBits - Enum in tw.com.prolific.pl25x3Lib
-
- PLUART_DETACHED - Variable in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-
- PLUART_MESSAGE - Variable in class tw.com.prolific.pl25x3Lib.PL25x3Lib
-