B E I P R S T V W 

I

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