Go to the source code of this file.
Defines | |
#define | MCOMM_UART_HARDWARE_MODULE 0 |
#define | MCOMM_UART_SOFTWARE_IMPLEMENTATION 1 |
#define | MCOMM_UART_1WAY_HEX 0 |
#define | MCOMM_UART_1WAY_DECIMAL 1 |
UART-PC Communications Setup (mComm_config.h) | |
These configuration options define if and how the mTouch framework is to communicate with a PC.
| |
#define | MCOMM_UART_ONE_WAY |
Option for MCOMM_TYPE :: Transmit-only ASCII UART communications - Hardware/Software UART. | |
#define | MCOMM_UART_TWO_WAY |
Option for MCOMM_TYPE :: Bidirectional Binary UART communications - UART module required. | |
#define | MCOMM_I2C_TWO_WAY |
Option for MCOMM_TYPE :: Bidirectional Binary I2C communications - SSP module required. | |
#define | MCOMM_SPI_TWO_WAY |
Option for MCOMM_TYPE :: Bidirectional Binary SPI communications - SSP module required. |
Definition in file mComm_optionsForConfig.h.
#define MCOMM_I2C_TWO_WAY |
Option for MCOMM_TYPE :: Bidirectional Binary I2C communications - SSP module required.
#define MCOMM_SPI_TWO_WAY |
Option for MCOMM_TYPE :: Bidirectional Binary SPI communications - SSP module required.
#define MCOMM_UART_1WAY_DECIMAL 1 |
Definition at line 67 of file mComm_optionsForConfig.h.
#define MCOMM_UART_1WAY_HEX 0 |
Definition at line 66 of file mComm_optionsForConfig.h.
#define MCOMM_UART_HARDWARE_MODULE 0 |
Definition at line 62 of file mComm_optionsForConfig.h.
#define MCOMM_UART_ONE_WAY |
Option for MCOMM_TYPE :: Transmit-only ASCII UART communications - Hardware/Software UART.
#define MCOMM_UART_SOFTWARE_IMPLEMENTATION 1 |
Definition at line 63 of file mComm_optionsForConfig.h.
#define MCOMM_UART_TWO_WAY |
Option for MCOMM_TYPE :: Bidirectional Binary UART communications - UART module required.