/////////////////////////////////////////////////////////////////////////////////
//
// T H M 3 0 6 0 D E M O M A I N P R O G R A M
//
// purpose: Main program of THM3060 demo
// Project: THM3060 (51) DEMO
// --- resource usage:
// --- history:
/////////////////////////////////////////////////////////////////////////////////
#include <stdio.h>
#include "..\at89x52.h"
#include "..\Communication\Comn2.h"
#include "..\command\comd.h"
#include "..\thm3060\thm3060.h"
#include "main.h"
#define EnableInterrupt() EA =1;
#define DisableInterrupt() EA =0;
// FWT (FRAME WATI TIME)为最大静默时间,即读卡器发送完数据后,到开始收到卡片
// 响应,读卡器的最大等待时间 t = FWT * 302 uS
unsigned short FWT = 10; //设置最大等待时间为 3ms