⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 handheld.dbg

📁 LP830 无线识别卡 读写程序demo
💻 DBG
字号:
// ****************************************************************
// 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 FALSE // 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -