资 源 简 介
//ACK, NACK, SYNCHR bytes
#define ACK 0x79 /* hex Value send for acknowledge */
#define NACK 0x1F /* hex Value send for non-acknowledge */
#define IDENT 0x7F /* hex Value rfequired for master identification */
//commands numbers
#define GT_Command 0x00 /* Get command */
#define RM_Command 0x11 /* Read Memory command */
#define GO_Command 0x21 /* Go command */
#define WM_Command 0x31 /* Write Memory command */
#define EM_Command 0x43 /* Erase Memory command */