- PL2303CloseDeviceByIndex(int) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
Close an PL-UART USB Device by index
- PL2303Device_GetCommTimeouts(int) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
The PL2303Device_GetCommTimeouts function retrieves the time-out parameters for all read and write operations on a specified communications device.
- PL2303Device_GetSerialNumber(int) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
- PL2303Device_IsSupportChip(int) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
Detecting whether this PL2303 supports this Android OS, only PL2303HXD / PL2303EA / RL2303RA are supported.
- PL2303Device_SetCommTimeouts(int) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
The PL2303Device_SetCommTimeouts function sets the time-out parameters for all read and write operations on a specified communications device.
- PL2303Enumerate() - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
Found a PL2303HXD device number , the default VID_PID is 067B_2303
- PL2303getDevicePathByIndex(int) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
Get the Device Path..
- PL2303getProlificUSBDeviceCount() - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
Returns the active device number of PL2303.
- PL2303getSerialByIndex(int) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
Returns the serial number for the device.
- PL2303HXD_CTS_ON - Static variable in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
- PL2303HXD_DCD_ON - Static variable in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
- PL2303HXD_DSR_ON - Static variable in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
- PL2303HXD_Enable_GPIO(int, int, boolean) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
PL2303HXD has 8 software controllable ¡§General Purpose Input Output¡¨ control signal pin, you can use this API to control the direction of these pin
- PL2303HXD_Get_GPIO_Value(int, int) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
PL2303HXD has 8 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
- PL2303HXD_GetCommModemStatus(int) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
The PL2303HXD_GetCommModemStatus function retrieves modem control-register values.
- PL2303HXD_RI_ON - Static variable in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
- PL2303HXD_Set_GPIO_Value(int, int, int) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
PL2303HXD has 8 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
- PL2303HXD_SetDTR(int, boolean) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
Switch PL2303HXD DTR on or off
- PL2303HXD_SetRTS(int, boolean) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
Switch PL2303HXD RTS on or off
- PL2303IsDeviceConnectedByIndex(int) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
Get the connection status of this PL2303HXD, ie, whether there is an active connection with PL2303HXD device.
- PL2303LibGetVersion(byte[]) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
Get Lib version
- PL2303MultiLib - Class in tw.com.prolific.pl2303multilib
-
- PL2303MultiLib(UsbManager, Context, String) - Constructor for class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
Initialize a PL2303HXD driver, the software 4K Queue buffer is enable.
- PL2303MultiLib(UsbManager, Context, String, boolean) - Constructor for class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
Initialize a PL2303HXD driver
- PL2303MultiLib.BaudRate - Enum in tw.com.prolific.pl2303multilib
-
- PL2303MultiLib.DataBits - Enum in tw.com.prolific.pl2303multilib
-
- PL2303MultiLib.FlowControl - Enum in tw.com.prolific.pl2303multilib
-
- PL2303MultiLib.Parity - Enum in tw.com.prolific.pl2303multilib
-
- PL2303MultiLib.StopBits - Enum in tw.com.prolific.pl2303multilib
-
- PL2303OpenDevByBaudRate(int, PL2303MultiLib.BaudRate) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
Open an PL-UART USB Device by baudrate
- PL2303OpenDevByDefualtSetting(int) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
Open an PL-UART USB Device by default UART setting
- PL2303OpenDevByUARTSetting(int, PL2303MultiLib.BaudRate, PL2303MultiLib.DataBits, PL2303MultiLib.StopBits, PL2303MultiLib.Parity, PL2303MultiLib.FlowControl) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
Open an PL-UART USB Device by UART setting
- PL2303Read(int, byte[]) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
Read Binary Data from PL2303HXD chip
- PL2303Release() - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
Close an PL2303HXD USB Device
- PL2303SetupCOMPort(int, PL2303MultiLib.BaudRate, PL2303MultiLib.DataBits, PL2303MultiLib.StopBits, PL2303MultiLib.Parity, PL2303MultiLib.FlowControl) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
Setup basic communication parameters on PL2303HXD chip
- PL2303TB_Enable_GPIO(int, int, boolean) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
PL2303TB has 12 software controllable ¡§General Purpose Input Output¡¨ control signal pin, you can use this API to control the direction of these pin, you also can use "PL2303HXD Enable GPIO" API to control GPIO 0~7 of PL2303TB
- PL2303TB_Set_GPIO_Value(int, int, int) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
PL2303TB has 12 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, you also can use "PL2303HXD_Set_GPIO_Value" API to control GPIO 0~7 of PL2303TB
- PL2303TB_Set_PWM(int, int, byte, byte) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
PL2303TB supports 4 PWM control output, the frequency range is from 366.3Hz to 46.5 KHz, and the pulse high duty can be set from 1/256 to 255/256 in each frequency.
- PL2303USBFeatureSupported() - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
Detecting whether this Android OS supports USB host API feature
- PL2303Write(int, byte[]) - Method in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
Writes n bytes Data to PL-UART chipset
- PLUART_DETACHED - Variable in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-
- PLUART_MESSAGE - Variable in class tw.com.prolific.pl2303multilib.PL2303MultiLib
-