Welcome![Sign In][Sign Up]
Location:
Search - winio usb

Search list

[Windows Developparallel_spi_programmer1p65

Description: 该程序的功能为通过计算机并口模拟SPI时序,时序将计算机上二进制文件的数据写入到Atmel spi flash中去。 下载时使用的下载线为Xilinx公司的parallel III标准下载线; 软件支持usb下载,不够下载线是本人自己做的; 下载时,可以指定将数据写入到那一段地址,长度是多少,可以回读数据; 代码使用MFC,有多线程操作,SDI,使用winio作为底层操作 该程序为本人自己的作品。调试通过,下载速率200kbps左右。
Platform: | Size: 2719099 | Author: 张计恒 | Hits:

[CommunicationPortControl

Description: 并口控制信号的VC接口,将头文件(WinIo.h)和库文件(WinIo.lib)加入到工程即可-parallel port control signal VC interface, head (WinIo.h) and libraries (WinIo.lib) can be added to the project
Platform: | Size: 20480 | Author: 陈先俞 | Hits:

[Windows Developparallel_spi_programmer1p65

Description: 该程序的功能为通过计算机并口模拟SPI时序,时序将计算机上二进制文件的数据写入到Atmel spi flash中去。 下载时使用的下载线为Xilinx公司的parallel III标准下载线; 软件支持usb下载,不够下载线是本人自己做的; 下载时,可以指定将数据写入到那一段地址,长度是多少,可以回读数据; 代码使用MFC,有多线程操作,SDI,使用winio作为底层操作 该程序为本人自己的作品。调试通过,下载速率200kbps左右。-The functions of the program through the computer parallel port SPI timing simulation, timing will be computer binary file data written to the Atmel spi flash go. Download download cable for use Xilinx
Platform: | Size: 2718720 | Author: 张计恒 | Hits:

[Delphi VCLInput

Description: 由于支付宝安全输入控件,如同其他众多安全控件方法一样,采用驱动方法劫持了IRP。这导致无法向其输入字符,传统的方法无论是发送WM_Char或者是WM_Keydown消息,还是Keybd_event和SendInput均对其无效。 笔者摸索出了通过直接读取$60,$64硬件端口来操作键盘,模拟输入的方法。 由于在Ring3下,由于Windows的保护机制,我无法直接操作硬件端口,所以我们需要构造一个驱动,或者使用著名的WinIo库。 这里给出我封装好的使用WinIo库进行模拟击键输入的代码,此段代码只在PS/2下测试通过,未在USB情况下测试。本代码主要封装了ASCII码或字符与键盘扫描码之间转换。 -Email security as a result of input controls, as many other methods of security control as a hostage-driven approach adopted IRP. This has led not to enter characters, both traditional methods WM_Char or send WM_Keydown news, or Keybd_event and its SendInput are null and void. I explored through direct read $ 60, $ 64 hardware keyboard ports, analog input methods. Ring3 because, as the Windows of the protection mechanism, I can not directly operate the hardware port, so we need to construct a drive, or the use of well-known WinIo library. Given a good package here, I use the keyboard to simulate the Treasury WinIo enter the code, This code only in the PS/2 under the test is passed, no test in the USB case. The main package of the code of the ASCII code or character and switch between the keyboard scan code.
Platform: | Size: 19456 | Author: 冰剑 | Hits:

[Windows DevelopBITEK_ASM2_v009

Description: BITEK Assembler2 utility 支援 BIT161x 全系列 BIT1612/BIT1615/BIT1615H/BIT1617/BIT1625 的master mode assembly code. 安裝程序如下: 1) 安裝 driver for USB I2C kit. 2) 解壓縮 BITEK_ASM2, SiUSBXp, 和 WinIo 至同一目錄即可. -BITEK Assembler2 utility supports BIT161x series IC (BIT1612/BIT1615/BIT1615H/BIT1617/BIT1625)master mode assembly code. The installation procedue as below: 1) To install driver for USB I2C kit. 2) To decompress BITEK_ASM2, SiUSBXp, 和 WinIo to the same folder.
Platform: | Size: 377856 | Author: Jeffrey Chang | Hits:

[USB developWinIo

Description: WIN IO控制键盘模拟,有需要的朋友可以看看。-WIN IO Control Keyboard
Platform: | Size: 173056 | Author: 蔡达伟 | Hits:

[Game Programvbwinio

Description: VB使用winIO 模拟键盘按键的测试程序,winio属于硬件模拟,但不支持usb键盘、鼠标,必须前台操作。   虽然有很多游戏封杀,但因为是开源,所以变种依然很多,如果自己有能力,也可以自己改一个专用版。   用InitializeWinIo函数加载驱动程序,如果成功会返回true,否则返回false,程序结束时记得用ShutdownWinIo函数卸载驱动程序。   本源代码仅供学习研究,禁止用于非法用途。下载时可能某些杀毒软件会报警,这说明您的杀毒软件还可以。-VB to use the keyboard keys winIO simulation test program, winio are hardware simulation, but does not support usb keyboard, mouse, front desk operation to be. Although there are many game ban, but because it is open source, so still a lot of varieties, if they have the power, you can change a special version of their own. Loaded with InitializeWinIo function driver, if successful will return true, otherwise it returns false, end of the process, remember to use ShutdownWinIo function to uninstall the driver. Source code only for study and research, ban for illegal purposes. Download some antivirus software may alarm, indicating that your anti-virus software can.
Platform: | Size: 24576 | Author: longlian90 | Hits:

[Windows DevelopwinIOkey

Description: VB使用winIO 模拟键盘按键的测试程序,winio属于硬件模拟,但不支持usb键盘、鼠标,必须前台操作。 -VB keyboard keys using winIO simulation test program, winio a hardware simulation, but does not support usb keyboard, mouse, must be front operation.
Platform: | Size: 22528 | Author: jack | Hits:

[Otherkey

Description: 使用WINIO编写的模拟键盘程序,对USB键盘无效。-The the analog keyboard program written using WINIO, USB keyboard is not valid.
Platform: | Size: 241664 | Author: 800bn | Hits:

[Game ProgramwinIOkey

Description: VB使用winIO 模拟键盘按键的测试程序,winio属于硬件模拟,但不支持usb键盘、鼠标,必须前台操作。 VB keyboard keys using winIO simulation test program, winio a hardware simulation, but does not support usb keyboard, mouse, must be front operation.-VB keyboard keys using winIO simulation test program, winio a hardware simulation, but does not support usb keyboard, mouse, must be front operation.
Platform: | Size: 22528 | Author: 留洋 | Hits:

CodeBus www.codebus.net