Welcome![Sign In][Sign Up]
Location:
Search - giveio.sys

Search list

[Otherarmok0171406

Description: win2000下直接访问端口 1、用install_giveio.bat,调用loaddrv.exe,安装giveio.sys 到系统中。 2、安装 port.pas后,在delphi的‘Custom‘面板中, 有一个port元件。 3、拖一个TPort到窗体上,命名为port。 4、那么就可以直接访问端口(2000下也可以),如:读 i:= port[$378] 写 port[$378]:= 5、status_giveio.sys 查看状态,remove_giveio.sys 反安装驱动。 6、tstio.exe 直接调用bios来发声,可以用来测试是否安装驱动成功。cygwin1.dll是loaddrv.exe 要调用的,因为它是用MinGw32下的gcc编译的。
Platform: | Size: 383878 | Author: 利于均 | Hits:

[Other resourceGIVEIO

Description: 三星公司官方 GIVEIO.SYS源代码下载。 In windows NT/2000/XP, any application can’t access the I/O such as the parallel port. So, GIVEIO.SYS enables SJF.exe to access the parallel port without any memory fault. In windows 95/98, GIVEIO.SYS isn’t needed.
Platform: | Size: 94611 | Author: 琢光 | Hits:

[Other resourceGIVEIO

Description: GIVEIO ... \\Giveio ......\\......\\GIVEIO ......\\......\\......\\GIVEIO.C ......\\......\\......\\I386 ......\\......\\......\\....\\FREE ......\\......\\......\\MAKEFILE ......\\......\\......\\OBJ ......\\......\\......\\...\\I386 ......\\......\\POKEIO.C ......\\......\\POKEPROC.C ......\\......\\README.TXT ......\\......\\TOTALIO ......\\......\\.......\\I386 ......\\......\\.......\\....\\FREE ......\\......\\.......\\....\\....\\TOTALIO.SYS ......\\......\\.......\\MAKEFILE ......\\......\\.......\\OBJ ......\\......\\.......\\...\\I386 ......\\......\\.......\\...\\....\\TOTALIO.OBJ ......\\......\\.......\\...\\_OBJECTS.MAC ......\\......\\.......\\TOTALIO.C ......\\......\\TSTIO ......\\......\\.....\\TSTIO.C ......\\......\\.....\\TSTIO.EXE ......\\......\\.....\\TSTIO.OBJ ......\\giveio.inf ......\\GIVEIO.SYS
Platform: | Size: 47332 | Author: 张楚荀 | Hits:

[Parallel Portgiveio.sys源代码

Description: 安装 GIVEIO.SYS WIN2000/NT/XP直接访问IO端口需要安装GIVEIO.SYS,WIN95/98下不需要安装。 以WINXP为例,安装步骤如下 1) 以administrator身份登录 2) 将giveio.sys文件拷贝到windows\system32\drivers目录下 3) 打开控制面板, 选择“添加硬件” 4) 单击“下一步”,选择“是,硬件已连接好” 5) 在列表中选择“添加新的硬件设备”,单击“下一步” 6) 选择“安装我手动从列表中选择的硬件”,单击“下一步” 7) "显示所有设备“,单击”下一步“ 8) 选择”从磁盘安装“,然后浏览找到并选中givio.inf 9) 一路下去,完成安装
Platform: | Size: 50883 | Author: wl1203 | Hits:

[Delphi VCLgwiopm

Description: 在Windows NT使用I/O端口,包括装载,开始,卸载驱动程序的函数.-use of the Windows NT I/O ports, including loading, unloading driver function.
Platform: | Size: 291840 | Author: 牛西 | Hits:

[Otherarmok0171406

Description: win2000下直接访问端口 1、用install_giveio.bat,调用loaddrv.exe,安装giveio.sys 到系统中。 2、安装 port.pas后,在delphi的‘Custom‘面板中, 有一个port元件。 3、拖一个TPort到窗体上,命名为port。 4、那么就可以直接访问端口(2000下也可以),如:读 i:= port[$378] 写 port[$378]:= 5、status_giveio.sys 查看状态,remove_giveio.sys 反安装驱动。 6、tstio.exe 直接调用bios来发声,可以用来测试是否安装驱动成功。cygwin1.dll是loaddrv.exe 要调用的,因为它是用MinGw32下的gcc编译的。 -win2000 under the direct access to port 1, using install_giveio.bat, call loaddrv.exe, installed into the system giveio.sys. 2, installed after port.pas in delphi the
Platform: | Size: 384000 | Author: 利于均 | Hits:

[ARM-PowerPC-ColdFire-MIPSGIVEIO

Description: 三星公司官方 GIVEIO.SYS源代码下载。 In windows NT/2000/XP, any application can’t access the I/O such as the parallel port. So, GIVEIO.SYS enables SJF.exe to access the parallel port without any memory fault. In windows 95/98, GIVEIO.SYS isn’t needed. -Samsung GIVEIO.SYS official source code download. In windows NT/2000/XP, any application can t access the I/O such as the parallel port. So, GIVEIO.SYS enablesSJF.exe to access the parallel port without any memory fault. In windows 95/98, GIVEIO.SYS isn t needed.
Platform: | Size: 94208 | Author: 琢光 | Hits:

[Embeded-SCM DevelopARM9_ARM7_Jtag

Description: 44b0 sdt调试工具JTAG调试接口电路图,原理图,测试可以 -44b0 sdt debugging tools JTAG debug interface circuit diagram, schematic diagram, testing can be
Platform: | Size: 256000 | Author: lishaowei | Hits:

[Embeded-SCM Developsetup-giveio.sys

Description: 在嵌入式开发中,需要烧写flash时,先要安装giveio.sys驱动,由于很多开发板提供的安装文档根本就不详细,其中一些选项不说清楚,导致安装不成功,这里给出详细的过程说明-In the embedded development, need flash programmer, the first installation giveio.sys drive, as many development board to provide the installation documentation is not detailed, some of which options are not clear, leading to the installation is unsuccessful, given here in detail process description
Platform: | Size: 102400 | Author: 李康保 | Hits:

[Driver Developgiveio

Description: XP下对并口IO端口操作的驱动,包含源码和测试程序-XP on Parallel port IO driver operation, including source code and test procedures
Platform: | Size: 108544 | Author: 李特威 | Hits:

[Windows DevelopDelphi_GiveIO.sys

Description: 在Delphi中使用GiveIO.sys在windows上读写I_O端口-Delphi used in GiveIO.sys to read and write in the windows on the port I_O
Platform: | Size: 289792 | Author: jackson | Hits:

[Windows DevelopMicro_Scope

Description: Serial Port based Real time Digital oscilloscope with fft. Schema and PC software included. Coded by Basri KUL. Fully Free. GiveIO.sys must be included system32. Every electronic students should try this. Very well on desktop computers. Serial not important. I will sent USB based high speed DSO later. Good luck
Platform: | Size: 657408 | Author: cooluser | Hits:

[Windows DevelopSGIVVEIOOa

Description: 三星公司官方 GIVEIO.SYS源代码下载。In windows NT/2000/XP, any application can’t access the I/O such as the parallllel port. -Samsung the company official GIVEIO.SYS source code download. In windows NT/2000/XP, any application can' t access the I/O such as the parallllel port.
Platform: | Size: 94208 | Author: guli | Hits:

CodeBus www.codebus.net