|
VEX EDR Python API
|
Static Public Attributes | |
| int | PORT_HOST = 0 |
| int | PORT_UART1 = 1 |
| int | PORT_UART2 = 2 |
| int | WORDLEN_8B = 0 |
| int | WORDLEN_9B = 0x1000 |
| int | STOPBITS_1 = 0 |
| int | STOPBITS_0_5 = 0x1000 |
| int | STOPBITS_2 = 0x2000 |
| int | STOPBITS_1_5 = 0x3000 |
| int | PARITY_NO = 0 |
| int | PARITY_EVEN = 0x400 |
| int | PARITY_ODD = 0x600 |
| int | FLOWCONTROL_NONE = 0 |
| int | FLOWCONTROL_RTS = 0x0100 |
| int | FLOWCONTROL_CTS = 0x0200 |
| int | FLOWCONTROL_RTS_CTS = 0x0300 |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.15