文档介绍:摘要
在IC卡管理应用系统中,作为IC卡数据读写的终端IC卡读写器是必不可少的。IC卡读写器除了完成基本的IC卡数据读写功能外,还要完成数据收集传送、控制命令输入和显示输出、提供上位机控制管理接口和数据加密处理等等功能。本文主要介绍了一种IC卡读写终端的设计,IC卡读写终端是一个单片机嵌入式应用系统。论文介绍了实现IC卡数据存储的控制方法,并以西门子公司的SLE4442型逻辑加密卡为基础,详细介绍了单片机控制IC卡数据读写的软、硬件实现方法。
关键词:单片机;IC卡;控制系统
ABSTRACT
Being interface device of IC cards, the IC card read-write terminal is necessary in all IC card information management systems. Besides fulfilling the base function of IC card data reading and writing, IC card read-write terminals also need other functions such as collecting data transferring, mand inputting and display message outputting, control interface providing, data encrypting and so on. To design a read-write terminal with needed functions and excellent performance is a key posing an efficient IC card management application system. This paper introduces the designing of a type IC card read-write terminal mainly. The terminal is a MCU embedded application paper has introduced the reading and writing technique of IC card paper has specified the software and hardware realization of IC card data reading and writing on the base of SLE4442 which is a kind of Smart Card with Security Logic made by SIEMENS.
Keyword: Micro controller unit ;IC card; Control system
目录
摘要 I
ABSTRACT II
目录 III
图表目录 IV
第一章绪论 1
引言 1
IC卡的发展和使用情况 1
IC卡应用技术 2
第二章 SLE4442卡接口电路和读写控制 5
接触式IC卡的接口电路和一般控制 5
IC卡供电电路 5
IC卡卡座接口电路 5
SLE4442芯片 6
芯片的特点 6
芯片的引脚配置 6
芯片的功能 7
第三章系统的软硬件实现 10
读写终端整体结构设计 10
控制芯片AT89C51 11
主要功能部件 12
AT89C51接口分配及系统电路设计 12
AT89C51与IC卡接口电路 13
键盘及其接口技术 14
显示器接口设计技术 17
LED显示器基本原理 17
LED显示电路的软件和硬件设计 18
IC卡读写程序设计 20
IC卡的命令格式 20
IC卡读写程序 20
第四章 IC卡系统安全问题 23
对IC卡及其系统的潜在攻击 23
IC卡管理系统的安全性考虑 24
第五章总结与展望 26
参考文献 27
致谢 28
附录 29
图表目录
IC卡接口设备的供电回路 5
IC卡的卡座接口电路 6
SLE4442芯片引脚图 7
芯片引脚功能 7
读写器方框原理图 10
89C51内部结构 12
AT89C51最小系统 13