Skip navigation links
B E I P R S T V W 

I

InitByBaudRate(PL2303GDriver.BaudRate) - Method in class tw.com.prolific.driver.pl2303g.PL2303GDriver
Open the PL2303G USB Device by BaudRate(stop bit is 1, parity bit is none, flow control is none) , the read and write timeout constant is 100ms.
InitByBaudRate(PL2303GDriver.BaudRate, int) - Method in class tw.com.prolific.driver.pl2303g.PL2303GDriver
Open the PL2303G USB Device by BaudRate (stop bit is 1, parity bit is none, flow control is none).
InitByDefualtValue() - Method in class tw.com.prolific.driver.pl2303g.PL2303GDriver
Open the PL2303G USB Device by Default(baud rate is 9600 bps, stop bit is 1, parity bit is none, flow control is none) , the read and write timeout constant is 100ms.
InitByPortSetting(PL2303GDriver.BaudRate, PL2303GDriver.DataBits, PL2303GDriver.StopBits, PL2303GDriver.Parity, PL2303GDriver.FlowControl) - Method in class tw.com.prolific.driver.pl2303g.PL2303GDriver
Open the PL2303G USB Device by BaudRate, Data bit, stop bit, parity bit and Flow Control.
isConnected() - Method in class tw.com.prolific.driver.pl2303g.PL2303GDriver
Get the connection status of this PL2303G, whether there is an acPL2303G_GPIO_A_CNT_ENABLEtive connection with PL2303G device.
B E I P R S T V W