CoronisSDK_SerialDriverAPI_C  v1.0
 All Files Functions Typedefs Defines
Defines
serial_port_constants.h File Reference

Define all constants values for serial port generic parameters, which could be used for connect a SerialDriver instance. More...

Go to the source code of this file.

Defines

#define CBR_4800   4800
#define CBR_9600   9600
#define CBR_14400   14400
#define CBR_19200   19200
#define CBR_38400   38400
#define CBR_57600   57600
#define CBR_115200   115200
#define DATABITS_FIVE   5
#define DATABITS_SIX   6
#define DATABITS_SEVEN   7
#define DATABITS_EIGHT   8
#define ONESTOPBIT   0
#define ONE5STOPBITS   1
#define TWOSTOPBITS   2
#define NOPARITY   0
#define ODDPARITY   1
#define EVENPARITY   2
#define MARKPARITY   3
#define SPACEPARITY   4
#define FLOWCONTROL_NONE   0
#define FLOWCONTROL_RTSCTS_IN   1
#define FLOWCONTROL_RTSCTS_OUT   2
#define FLOWCONTROL_XONXOFF_IN   4
#define FLOWCONTROL_XONXOFF_OUT   8

Detailed Description

Define all constants values for serial port generic parameters, which could be used for connect a SerialDriver instance.


Define Documentation

#define CBR_4800   4800

Baud rates at which the communication device operates

#define DATABITS_FIVE   5

Data bits at which the communication device operates

#define FLOWCONTROL_NONE   0

Flow control used for the communication

#define NOPARITY   0

Parity at which the communication device operates

#define ONESTOPBIT   0

Stop bit used for the communication