Modifier and Type | Method and Description |
---|---|
static PL2303Driver.BaudRate |
PL2303Driver.BaudRate.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PL2303Driver.BaudRate[] |
PL2303Driver.BaudRate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PL2303Driver.InitByBaudRate(PL2303Driver.BaudRate R)
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
|
boolean |
PL2303Driver.InitByBaudRate(PL2303Driver.BaudRate R,
int TimeoutConstant)
Open an PL2303HXD USB Device by BaudRate (The stop bit is 1, The parity bit is none, The Flow Control is none)
|
boolean |
PL2303Driver.InitByPortSetting(PL2303Driver.BaudRate R,
PL2303Driver.DataBits D,
PL2303Driver.StopBits S,
PL2303Driver.Parity P,
PL2303Driver.FlowControl F)
Open an PL2303HXD USB Device by BaudRate, Data bit, stop bit, parity bit and Flow Control
|
int |
PL2303Driver.setup(PL2303Driver.BaudRate R,
PL2303Driver.DataBits D,
PL2303Driver.StopBits S,
PL2303Driver.Parity P,
PL2303Driver.FlowControl F)
Setup basic communication parameters on PL2303HXD chip
|