VEX EDR Python API
Static Public Attributes | List of all members
vex.SerialParam Class Reference

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
 

Member Data Documentation

◆ PORT_HOST

int vex.SerialParam.PORT_HOST = 0
static

◆ PORT_UART1

int vex.SerialParam.PORT_UART1 = 1
static

◆ PORT_UART2

int vex.SerialParam.PORT_UART2 = 2
static

◆ WORDLEN_8B

int vex.SerialParam.WORDLEN_8B = 0
static

◆ WORDLEN_9B

int vex.SerialParam.WORDLEN_9B = 0x1000
static

◆ STOPBITS_1

int vex.SerialParam.STOPBITS_1 = 0
static

◆ STOPBITS_0_5

int vex.SerialParam.STOPBITS_0_5 = 0x1000
static

◆ STOPBITS_2

int vex.SerialParam.STOPBITS_2 = 0x2000
static

◆ STOPBITS_1_5

int vex.SerialParam.STOPBITS_1_5 = 0x3000
static

◆ PARITY_NO

int vex.SerialParam.PARITY_NO = 0
static

◆ PARITY_EVEN

int vex.SerialParam.PARITY_EVEN = 0x400
static

◆ PARITY_ODD

int vex.SerialParam.PARITY_ODD = 0x600
static

◆ FLOWCONTROL_NONE

int vex.SerialParam.FLOWCONTROL_NONE = 0
static

◆ FLOWCONTROL_RTS

int vex.SerialParam.FLOWCONTROL_RTS = 0x0100
static

◆ FLOWCONTROL_CTS

int vex.SerialParam.FLOWCONTROL_CTS = 0x0200
static

◆ FLOWCONTROL_RTS_CTS

int vex.SerialParam.FLOWCONTROL_RTS_CTS = 0x0300
static