Go to the documentation of this file.
193 #define USA_DATABITS_5 0x00
194 #define USA_DATABITS_6 0x01
195 #define USA_DATABITS_7 0x02
196 #define USA_DATABITS_8 0x03
197 #define STOPBITS_5678_1 0x00 // 1 stop bit for all byte sizes
198 #define STOPBITS_5_1p5 0x04 // 1.5 stop bits for 5-bit byte
199 #define STOPBITS_678_2 0x04 // 2 stop bits for 6/7/8-bit byte
200 #define USA_PARITY_NONE 0x00
201 #define USA_PARITY_ODD 0x08
202 #define USA_PARITY_EVEN 0x18
203 #define PARITY_1 0x28
204 #define PARITY_0 0x38
254 #define RXERROR_OVERRUN 0x02
255 #define RXERROR_PARITY 0x04
256 #define RXERROR_FRAMING 0x08
257 #define RXERROR_BREAK 0x10
274 #define MAX_DATA_LEN 64
277 #define STATUS_UPDATE_INTERVAL 16
280 #define STATUS_RATION 10