handheld.mdb

来自「LP830 无线识别卡 读写程序demo」· MDB 代码 · 共 23 行

MDB
23
字号
// ****************************************************************
// An include file for the JANUS 2010. 
// Set defines so common source code can create a JANUS 2010.

// What is the target being built for? 
// One (1) and only one (1) of the below defines should be set to TRUE.
#define JANUS      FALSE // TRUE for JANUS 2010 DOS environment..                         
#define ANTARES    FALSE // TRUE for Intermec TRAKKER Antares 2420 or 2425.
#define PORT_PC     TRUE // TRUE for DOS environment in a PC, with full screen.

#define MUX_ADDR       1 // When testing MUX32 read tag time, read from this HMS.
#define TEST_MUX32  TRUE // Set to FALSE when testing an HMS antenna in RS323 mode.
                         // Set to TRUE when using an MM80 loaded with hms.hex.
                         // TRUE is to test MUX32 timing.  See the header 
                         // comment in hms.c for more on the 'extra' bytes added
                         // to send and receive an HMS command over the MUX32 buss.

// PRINT_CMDS is a debugging tool used to view the host and antenna transactions.
// PRINT_CMDS is used in comm.c, for debug dump on screen.
#define PRINT_CMDS  TRUE

#include "version.h"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?