Modifier and Type | Method and Description |
---|---|
static PL2303MultiLib.BaudRate |
PL2303MultiLib.BaudRate.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PL2303MultiLib.BaudRate[] |
PL2303MultiLib.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 |
PL2303MultiLib.OpenDevByBaudRate(int index,
PL2303MultiLib.BaudRate R)
Open an PL-UART USB Device by baudrate
|
boolean |
PL2303MultiLib.OpenDevByUARTSetting(int index,
PL2303MultiLib.BaudRate R,
PL2303MultiLib.DataBits D,
PL2303MultiLib.StopBits S,
PL2303MultiLib.Parity P,
PL2303MultiLib.FlowControl F)
Open an PL-UART USB Device by UART setting
|
int |
PL2303MultiLib.setup(int index,
PL2303MultiLib.BaudRate R,
PL2303MultiLib.DataBits D,
PL2303MultiLib.StopBits S,
PL2303MultiLib.Parity P,
PL2303MultiLib.FlowControl F)
Setup basic communication parameters on PL2303HXD chip
|