Go to the documentation of this file.
186 #define USA_DATABITS_5 0x00
187 #define USA_DATABITS_6 0x01
188 #define USA_DATABITS_7 0x02
189 #define USA_DATABITS_8 0x03
190 #define STOPBITS_5678_1 0x00 // 1 stop bit for all byte sizes
191 #define STOPBITS_5_1p5 0x04 // 1.5 stop bits for 5-bit byte
192 #define STOPBITS_678_2 0x04 // 2 stop bits for 6/7/8-bit byte
193 #define USA_PARITY_NONE 0x00
194 #define USA_PARITY_ODD 0x08
195 #define USA_PARITY_EVEN 0x18
196 #define PARITY_1 0x28
197 #define PARITY_0 0x38
214 #define RXERROR_OVERRUN 0x02
215 #define RXERROR_PARITY 0x04
216 #define RXERROR_FRAMING 0x08
217 #define RXERROR_BREAK 0x10
244 #define MAX_DATA_LEN 64
247 #define STATUS_UPDATE_INTERVAL 16
250 #define STATUS_RATION 10