Go to the documentation of this file.
190 #define USA_DATABITS_5 0x00
191 #define USA_DATABITS_6 0x01
192 #define USA_DATABITS_7 0x02
193 #define USA_DATABITS_8 0x03
194 #define STOPBITS_5678_1 0x00 // 1 stop bit for all byte sizes
195 #define STOPBITS_5_1p5 0x04 // 1.5 stop bits for 5-bit byte
196 #define STOPBITS_678_2 0x04 // 2 stop bits for 6/7/8-bit byte
197 #define USA_PARITY_NONE 0x00
198 #define USA_PARITY_ODD 0x08
199 #define USA_PARITY_EVEN 0x18
200 #define PARITY_1 0x28
201 #define PARITY_0 0x38
221 #define RXERROR_OVERRUN 0x02
222 #define RXERROR_PARITY 0x04
223 #define RXERROR_FRAMING 0x08
224 #define RXERROR_BREAK 0x10
250 #define MAX_DATA_LEN 64
253 #define STATUS_UPDATE_INTERVAL 16
256 #define STATUS_RATION 10