文件名称:winio
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:198.24kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
可用于实现*。端口操作不需要编写驱动,在Win95/98下直接可以使用汇编的In/Out指令。VC中也提供了_inp/_outp这样的函数(QA001059 outportb、inportb对应的函数)。不过在NT下,不能使用In/Out指令,参考QA001296 如何在WindowsNT/2000下用VB6写硬件IO控制。
如果使用硬件中断就必须编写驱动,标准的办法是采用微软的DDK。Win98和WinNT 4.0/5.0的DDK可以从http://www.microsoft.com/ddk免费下载。从你的电子邮件来看,你是教育网的用户,那么你可以从教育网的一些FTP站点(如北大图书馆)下载到Win95/98/NT的DDK,我们下面提到的一些软件也可以找到。Win95 DDK主要是采用汇编的。如果你对汇编不熟悉,当然是使用VToolsD(http://www.vireo.com/)更好些,这个软件包允许你使用C/C++编写驱动,但软件包比较贵(约四、五百美金)。另外,你可以在http://zealsoft.nease.net/cn/ntport/或http://zealsoft.nease.net/cn/memaccess/找到与硬件有关的软件,这些软件允许你不编写驱动,直接在VC中调用驱动,如果你的编程不复杂,也可以使用。
-Port operations do not need to write drivers in Win95/98 can be used directly to compile the In/Out commands. VC also provides _inp/_outp such a function (QA001059 outportb, inportb the corresponding function). However, under NT, can not use the In/Out commands, reference QA001296 how to use VB6 to write WindowsNT/2000 hardware under the control of IO.
If you use a hardware interrupt on the need to write drivers, the standard approach is the use of Microsoft DDK. Win98 and WinNT 4.0/5.0 the DDK can be downloaded free of charge from the http://www.microsoft.com/ddk. E-mail from your point of view, you are a user of the Education Network, you can network some education FTP site (such as the Beijing University Library) Win95/98/NT download the DDK, below some of our software can also be found . Win95 DDK compiled mainly used. If you are not familiar with the compilation, of course, is the use of VToolsD (http://www.vireo.com/) better, this package allows you to use C/C+
如果使用硬件中断就必须编写驱动,标准的办法是采用微软的DDK。Win98和WinNT 4.0/5.0的DDK可以从http://www.microsoft.com/ddk免费下载。从你的电子邮件来看,你是教育网的用户,那么你可以从教育网的一些FTP站点(如北大图书馆)下载到Win95/98/NT的DDK,我们下面提到的一些软件也可以找到。Win95 DDK主要是采用汇编的。如果你对汇编不熟悉,当然是使用VToolsD(http://www.vireo.com/)更好些,这个软件包允许你使用C/C++编写驱动,但软件包比较贵(约四、五百美金)。另外,你可以在http://zealsoft.nease.net/cn/ntport/或http://zealsoft.nease.net/cn/memaccess/找到与硬件有关的软件,这些软件允许你不编写驱动,直接在VC中调用驱动,如果你的编程不复杂,也可以使用。
-Port operations do not need to write drivers in Win95/98 can be used directly to compile the In/Out commands. VC also provides _inp/_outp such a function (QA001059 outportb, inportb the corresponding function). However, under NT, can not use the In/Out commands, reference QA001296 how to use VB6 to write WindowsNT/2000 hardware under the control of IO.
If you use a hardware interrupt on the need to write drivers, the standard approach is the use of Microsoft DDK. Win98 and WinNT 4.0/5.0 the DDK can be downloaded free of charge from the http://www.microsoft.com/ddk. E-mail from your point of view, you are a user of the Education Network, you can network some education FTP site (such as the Beijing University Library) Win95/98/NT download the DDK, below some of our software can also be found . Win95 DDK compiled mainly used. If you are not familiar with the compilation, of course, is the use of VToolsD (http://www.vireo.com/) better, this package allows you to use C/C+
(系统自动生成,下载前可以参看下载内容)
下载文件列表
WinIo/
WinIo/Release/
WinIo/Release/WinIo.dll
WinIo/Release/WINIO.VXD
WinIo/Release/WinIo.sys
WinIo/Help/
WinIo/Help/WinIo.chm
WinIo/Examples/
WinIo/Examples/C/
WinIo/Examples/C/WinIoTest/
WinIo/Examples/C/WinIoTest/WinIoTest.dsp
WinIo/Examples/C/WinIoTest/WinIoTest.dsw
WinIo/Examples/C/WinIoTest/WinIoTest.cpp
WinIo/Examples/C/WinIoTest/WinIo.h
WinIo/Examples/C/WinIoTest/Release/
WinIo/Examples/C/WinIoTest/Release/WinIo.dll
WinIo/Examples/C/WinIoTest/Release/WinIo.sys
WinIo/Examples/C/WinIoTest/Release/WINIO.VXD
WinIo/Examples/C/WinIoTest/Release/WinIoTest.exe
WinIo/Examples/C/WinIoTest/WinIoTest.opt
WinIo/Examples/C/WinIoTest/WinIo.lib
WinIo/Examples/VB/
WinIo/Examples/VB/VBDumpPhys32/
WinIo/Examples/VB/VBDumpPhys32/MSSCCPRJ.SCC
WinIo/Examples/VB/VBDumpPhys32/VBDumpPhys32.exe
WinIo/Examples/VB/VBDumpPhys32/VBDumpPhys32.frm
WinIo/Examples/VB/VBDumpPhys32/VBDumpPhys32.vbw
WinIo/Examples/VB/VBDumpPhys32/WinIo.dll
WinIo/Examples/VB/VBDumpPhys32/WinIo.sys
WinIo/Examples/VB/VBDumpPhys32/WinIo.Bas
WinIo/Examples/VB/VBDumpPhys32/VBDumpPhys32.Vbp
WinIo/Examples/VB/VBDumpPhys32/WINIO.VXD
WinIo/Examples/VB/VBDumpPort32/
WinIo/Examples/VB/VBDumpPort32/WinIo.dll
WinIo/Examples/VB/VBDumpPort32/MSSCCPRJ.SCC
WinIo/Examples/VB/VBDumpPort32/VBDumpPort32.exe
WinIo/Examples/VB/VBDumpPort32/VBDumpPort32.vbw
WinIo/Examples/VB/VBDumpPort32/WinIo.sys
WinIo/Examples/VB/VBDumpPort32/VBDumpPort32.frm
WinIo/Examples/VB/VBDumpPort32/WinIo.Bas
WinIo/Examples/VB/VBDumpPort32/VBDumpPort32.Vbp
WinIo/Examples/VB/VBDumpPort32/WINIO.VXD
WinIo/Source/
WinIo/Source/Dll/
WinIo/Source/Dll/Port32.h
WinIo/Source/Dll/WinIo.cpp
WinIo/Source/Dll/Phys32.h
WinIo/Source/Dll/WinIo.rc
WinIo/Source/Dll/WinIo.def
WinIo/Source/Dll/WinIo.dsp
WinIo/Source/Dll/WinIo.dsw
WinIo/Source/Dll/Release/
WinIo/Source/Dll/Release/WinIo.dll
WinIo/Source/Dll/Release/WinIo.lib
WinIo/Source/Dll/Phys32.cpp
WinIo/Source/Dll/Port32.cpp
WinIo/Source/Dll/WinIo.h
WinIo/Source/Dll/k32exp.c
WinIo/Source/Dll/k32exp.h
WinIo/Source/Dll/K32Call.h
WinIo/Source/Dll/InstDrv.cpp
WinIo/Source/Dll/resource.h
WinIo/Source/Drv/
WinIo/Source/Drv/9x/
WinIo/Source/Drv/9x/WINIO.VRC
WinIo/Source/Drv/9x/winio.mak
WinIo/Source/Drv/9x/WINIO.lib
WinIo/Source/Drv/9x/WINIO.exp
WinIo/Source/Drv/9x/WINIO.DEF
WinIo/Source/Drv/9x/WinIo.c
WinIo/Source/Drv/9x/WINIO.VXD
WinIo/Source/Drv/9x/WinIo.h
WinIo/Source/Drv/9x/WinIo_9x.h
WinIo/Source/Drv/NT/
WinIo/Source/Drv/NT/OBJ/
WinIo/Source/Drv/NT/OBJ/I386/
WinIo/Source/Drv/NT/OBJ/I386/WINIO.OBJ
WinIo/Source/Drv/NT/OBJ/_OBJECTS.MAC
WinIo/Source/Drv/NT/BUILD.LOG
WinIo/Source/Drv/NT/MAKEFILE
WinIo/Source/Drv/NT/SOURCES
WinIo/Source/Drv/NT/WinIo.c
WinIo/Source/Drv/NT/I386/
WinIo/Source/Drv/NT/I386/Checked/
WinIo/Source/Drv/NT/I386/Checked/WinIo.sys
WinIo/Source/Drv/NT/I386/Free/
WinIo/Source/Drv/NT/I386/Free/WinIo.sys
WinIo/Source/Drv/NT/WinIo_NT.h
readme.txt
WinIo/Release/
WinIo/Release/WinIo.dll
WinIo/Release/WINIO.VXD
WinIo/Release/WinIo.sys
WinIo/Help/
WinIo/Help/WinIo.chm
WinIo/Examples/
WinIo/Examples/C/
WinIo/Examples/C/WinIoTest/
WinIo/Examples/C/WinIoTest/WinIoTest.dsp
WinIo/Examples/C/WinIoTest/WinIoTest.dsw
WinIo/Examples/C/WinIoTest/WinIoTest.cpp
WinIo/Examples/C/WinIoTest/WinIo.h
WinIo/Examples/C/WinIoTest/Release/
WinIo/Examples/C/WinIoTest/Release/WinIo.dll
WinIo/Examples/C/WinIoTest/Release/WinIo.sys
WinIo/Examples/C/WinIoTest/Release/WINIO.VXD
WinIo/Examples/C/WinIoTest/Release/WinIoTest.exe
WinIo/Examples/C/WinIoTest/WinIoTest.opt
WinIo/Examples/C/WinIoTest/WinIo.lib
WinIo/Examples/VB/
WinIo/Examples/VB/VBDumpPhys32/
WinIo/Examples/VB/VBDumpPhys32/MSSCCPRJ.SCC
WinIo/Examples/VB/VBDumpPhys32/VBDumpPhys32.exe
WinIo/Examples/VB/VBDumpPhys32/VBDumpPhys32.frm
WinIo/Examples/VB/VBDumpPhys32/VBDumpPhys32.vbw
WinIo/Examples/VB/VBDumpPhys32/WinIo.dll
WinIo/Examples/VB/VBDumpPhys32/WinIo.sys
WinIo/Examples/VB/VBDumpPhys32/WinIo.Bas
WinIo/Examples/VB/VBDumpPhys32/VBDumpPhys32.Vbp
WinIo/Examples/VB/VBDumpPhys32/WINIO.VXD
WinIo/Examples/VB/VBDumpPort32/
WinIo/Examples/VB/VBDumpPort32/WinIo.dll
WinIo/Examples/VB/VBDumpPort32/MSSCCPRJ.SCC
WinIo/Examples/VB/VBDumpPort32/VBDumpPort32.exe
WinIo/Examples/VB/VBDumpPort32/VBDumpPort32.vbw
WinIo/Examples/VB/VBDumpPort32/WinIo.sys
WinIo/Examples/VB/VBDumpPort32/VBDumpPort32.frm
WinIo/Examples/VB/VBDumpPort32/WinIo.Bas
WinIo/Examples/VB/VBDumpPort32/VBDumpPort32.Vbp
WinIo/Examples/VB/VBDumpPort32/WINIO.VXD
WinIo/Source/
WinIo/Source/Dll/
WinIo/Source/Dll/Port32.h
WinIo/Source/Dll/WinIo.cpp
WinIo/Source/Dll/Phys32.h
WinIo/Source/Dll/WinIo.rc
WinIo/Source/Dll/WinIo.def
WinIo/Source/Dll/WinIo.dsp
WinIo/Source/Dll/WinIo.dsw
WinIo/Source/Dll/Release/
WinIo/Source/Dll/Release/WinIo.dll
WinIo/Source/Dll/Release/WinIo.lib
WinIo/Source/Dll/Phys32.cpp
WinIo/Source/Dll/Port32.cpp
WinIo/Source/Dll/WinIo.h
WinIo/Source/Dll/k32exp.c
WinIo/Source/Dll/k32exp.h
WinIo/Source/Dll/K32Call.h
WinIo/Source/Dll/InstDrv.cpp
WinIo/Source/Dll/resource.h
WinIo/Source/Drv/
WinIo/Source/Drv/9x/
WinIo/Source/Drv/9x/WINIO.VRC
WinIo/Source/Drv/9x/winio.mak
WinIo/Source/Drv/9x/WINIO.lib
WinIo/Source/Drv/9x/WINIO.exp
WinIo/Source/Drv/9x/WINIO.DEF
WinIo/Source/Drv/9x/WinIo.c
WinIo/Source/Drv/9x/WINIO.VXD
WinIo/Source/Drv/9x/WinIo.h
WinIo/Source/Drv/9x/WinIo_9x.h
WinIo/Source/Drv/NT/
WinIo/Source/Drv/NT/OBJ/
WinIo/Source/Drv/NT/OBJ/I386/
WinIo/Source/Drv/NT/OBJ/I386/WINIO.OBJ
WinIo/Source/Drv/NT/OBJ/_OBJECTS.MAC
WinIo/Source/Drv/NT/BUILD.LOG
WinIo/Source/Drv/NT/MAKEFILE
WinIo/Source/Drv/NT/SOURCES
WinIo/Source/Drv/NT/WinIo.c
WinIo/Source/Drv/NT/I386/
WinIo/Source/Drv/NT/I386/Checked/
WinIo/Source/Drv/NT/I386/Checked/WinIo.sys
WinIo/Source/Drv/NT/I386/Free/
WinIo/Source/Drv/NT/I386/Free/WinIo.sys
WinIo/Source/Drv/NT/WinIo_NT.h
readme.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.