您现在所在的是:

PC Based IPC 工控机

回帖:0个,阅读:1179 [上一页] [1] [下一页]
1137
xingsharp
文章数:119
年度积分:48
历史总积分:1137
注册时间:2005/3/2
发站内信
08年优秀博客奖
发表于: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

关于我们 | 联系我们 | 广告服务 | 本站动态 | 友情链接 | 法律声明 | 非法和不良信息举报

工控网客服热线:0755-86369299
版权所有 工控网 Copyright©2024 Gkong.com, All Rights Reserved

31.2002