其他语言

本类阅读TOP10

·基于Solaris 开发环境的整体构思
·使用AutoMake轻松生成Makefile
·BCB数据库图像保存技术
·GNU中的Makefile
·射频芯片nRF401天线设计的分析
·iframe 的自适应高度
·BCB之Socket通信
·软件企业如何实施CMM
·入门系列--OpenGL最简单的入门
·WIN95中日志钩子(JournalRecord Hook)的使用

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
Contact-less Smart Card Reader/Writer & Mifare One Card (9)< 完 >

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

Contact-less Smart Card Reader & Mifare one Card 二次開發文檔

Author: Dennis Lan

Date: 2003/12/17

Copyright© Universal Master Information Co(sz)., Ltd  轉載請說明出處

http://www.csdn.net/Develop/read_article.asp?id=22907

. 設備安裝注意事項

        為了提高程式的 Performance, 程式在和  Smart Card Reader 連結時只用電腦的 com1口和其相連,如果失敗就提示無設備,不再連結 .所以在安裝 Smart Card Reader 時要求接在 COM1

       

. 程式布署注意事項

    IC 卡讀寫需要用到程式

  1. Dcrf32.dll (所有與Smart Card Reader 相關的函數程式庫Win32 dll)
  2. Card.dll (為了 PL/SQL 能和 Dcrf32.dll 中的函數可以溝通所寫的 help Library)
  3. M1Card.plx(應用程式調用讀寫函數的  PL/SQL Library)

 

Dcrf32.dll wind32 Dll 程式,在佈署時不能和應用程式的 Form 放在一起,它可以放在 <Forms6i_Home>/bin ,或是執行應用程式的PC c:/windows/system32/()

Card.dll M1Card.plx 中需要 Load  Library,必須要放到 M1Card.plx 中所指定的 Directory .

M1Card.plx PL/SQL讀寫程式庫, 放到應用程式可以連結到的地方即可.無稱特殊要求.

 ==================== 完 =======================

終於寫完了,歡迎交流討論.

附錄:

  A 程式清單:

1.      dcrf32.dll (RD800M Demo 程式中自帶,安裝完後應該在 <RD800M_Home>\32dll\ )

2.      Card.c(source code)(Compile Command: CL /LD Card.c /link dcrf32.lib
< dcrf32.lib RD800M Demo
程式中自帶,安裝完後應該在 <RD800M_Home>\32dll\ >)

3.      Card.dll(Compile 後的 library)

4.      M1Card.pll(source code)

5.      M1Card.plx(Compile 後的 library)

6.      M1CardDemo.fmb (Forms Demo Application)

7.      Mifare One Card.doc (本文件)

 

附錄:

 參考資料:

  1. <<D&C® RD 系列IC卡讀寫器使用說明書>>
  2. Oracle Forms6i Reference Manuals
  3. <<關於非接觸式 IC 智能(射頻)卡及其讀寫設備內核技術的研究與應用開發>> 張敏 上海華東磁記錄電子公司 



相关文章

相关软件