发表于:2010/9/1 9:20:40
#0楼
ntport library
enables your win32 applications to real-time direct access to pc i/o ports without using the windows drivers development kit(ddk).
该库是很多需要直接访问pc机的io端口的软件的“标配”,就算你未安装该库,打开控制面板的“添加或删除程序”有时你也会发现该库已被安装好了:
memaccess library (也是非常著名的直接访问内存的库)
memaccess library让程序员控制设备,而无须借助于ddk。这个工具允许实时读取物理内存。典型的应用程序包括控制isa和pci设备。memaccess library可以替代basic的peek和poke语句。memaccess library还支持获取pci设备的配置空间的基地址。产品中包括visual basic(vb 6.0/vb.net)、visual c++、borland c++ builder、visual c#、delphi的示例。另外,可以下载visual fortran、powerbasic的示例。
附录:ntport library相关资源 ------------------------
http://www.zealsoft.com/ntport/index.html
http://www.zealsoft.com/ntport/books.html
// recommend following books which will help you understand how to use ntport library to interface with your hardware devices.
----------------------------------------------
此篇文章从博客转发
原文地址: Http://blog.gkong.com/more.asp?id=122684&Name=zjcsharp
enables your win32 applications to real-time direct access to pc i/o ports without using the windows drivers development kit(ddk).
该库是很多需要直接访问pc机的io端口的软件的“标配”,就算你未安装该库,打开控制面板的“添加或删除程序”有时你也会发现该库已被安装好了:
memaccess library (也是非常著名的直接访问内存的库)
memaccess library让程序员控制设备,而无须借助于ddk。这个工具允许实时读取物理内存。典型的应用程序包括控制isa和pci设备。memaccess library可以替代basic的peek和poke语句。memaccess library还支持获取pci设备的配置空间的基地址。产品中包括visual basic(vb 6.0/vb.net)、visual c++、borland c++ builder、visual c#、delphi的示例。另外,可以下载visual fortran、powerbasic的示例。
附录:ntport library相关资源 ------------------------
http://www.zealsoft.com/ntport/index.html
http://www.zealsoft.com/ntport/books.html
// recommend following books which will help you understand how to use ntport library to interface with your hardware devices.
----------------------------------------------
此篇文章从博客转发
原文地址: Http://blog.gkong.com/more.asp?id=122684&Name=zjcsharp