Modifier and Type | Method and Description |
---|---|
static PL2303GMultiLib.FlowControl |
PL2303GMultiLib.FlowControl.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PL2303GMultiLib.FlowControl[] |
PL2303GMultiLib.FlowControl.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PL2303GMultiLib.PL2303OpenDevByUARTSetting(int index,
PL2303GMultiLib.BaudRate R,
PL2303GMultiLib.DataBits D,
PL2303GMultiLib.StopBits S,
PL2303GMultiLib.Parity P,
PL2303GMultiLib.FlowControl F)
Open an PL-UART USB Device by UART setting
|
int |
PL2303GMultiLib.PL2303SetupCOMPort(int index,
PL2303GMultiLib.BaudRate R,
PL2303GMultiLib.DataBits D,
PL2303GMultiLib.StopBits S,
PL2303GMultiLib.Parity P,
PL2303GMultiLib.FlowControl F)
Setup basic communication parameters on PL2303G chip
|