#include "RS232Device.h"
Go to the source code of this file.
Defines | |
#define | DLE 0x10 |
#define | ETX 0x03 |
#define | RSID_RECVDAT 0x08 |
#define | RSID_SENDDAT 0x04 |
#define | STX 0x02 |
#define DLE 0x10 |
Definition at line 66 of file RS232Device.cpp.
#define ETX 0x03 |
Definition at line 65 of file RS232Device.cpp.
#define RSID_RECVDAT 0x08 |
Definition at line 63 of file RS232Device.cpp.
#define RSID_SENDDAT 0x04 |
Definition at line 62 of file RS232Device.cpp.
#define STX 0x02 |
Definition at line 64 of file RS232Device.cpp.