搜索资源列表
USBhidcheck
- 一个用VC++编写的查看HID设备的信息的程序,虽然没有太大的价值,但可以参考其编写方法,作为学习查找USB设备的例子。-a VC View HID prepared by the equipment of the information process, although it is not much value, But its reference to the preparation method, as you learn from the examples of USB devices
ProgrammingofUSBinterfacecommunicationinVC++
- 详细介绍了VC++6.0环境下利用windowsAPI函数来实现与符合HID设备的USB接口通信,并给出部分源代码。
USBbyvc
- 详细介绍了用VC++ 6.0 的环境下利用 windows API 函数来实现与符合HID设备类的USB 接口通信, 并给出通信程序的部分代码
USBPort
- 用VC++编写USB接口通信程序,识别HID类USB设备-Written by VC++ USB interface communication program
usb_stm32_1229
- STM32的USB通信,基于HID的,不用驱动程序就可以使用-STM32 of USB communication, based on HID' s, no driver can use
usbhidio_vc6
- 真正完整,并且编译得通的代码。用vc访问hid型usb设备,输入自己的VID和PID就能实现对hid型usb设备的读写和控制 它包含单片机固件源代码和PC端的VC源代码;虽然PUDN上有其他会员提供类似的vc代码,但我发现那些代码都存在bug,只有我这个代码是唯一完整的、可以编译通过的代码。-Truly complete, and compile a pass code. Hid type with vc visit usb device, enter their own VID and PID
HidTest
- usb HID 测试程序源码。运行环境VC++。-usb HID test program source code.
USB-interface
- 用VC来实现与符合HID设备类的USB接口通信程序-Using VC to achieve with the equipment in line with the HID class USB interface communication program
Use_HID_design_USB_device
- 用HID类型开发USB设备,有兴趣的朋友可以改为VC,BCB代码。-Use HID design USB device
HIDUSB
- USB HID source code for testing. Use it s very cleary for VC++ to test.
HIDDeviceCheck
- This code can check USB device(HID Class)on computer. with VC++This code can check USB device(HID Class)on computer. with VC-This code can check USB device(HID Class)on computer. with VC++This code can check USB device(HID Class)on computer. with VC+
MyUsbHidTestApp(VC)
- usb设备hid通信编程来控制灯。 -usb device hid communication programming to control the lights.
UsbMultiTouchScreen
- 用VC做的 通过usb hid方式 来实现多点触控的一个小例子。-VC is done via usb hid way to achieve multi-touch a small example. . .
VCPP-HidUSB
- VC++ 用Windows API函数来实现与符合HID设备类的USB接口通信,并给出了部分代码。-VC++ using Windows API function to achieve accords with the HID device class USB interface communication, and gives some code.
USBHID
- 使用hid.lib建立的MFC控制,可识别连接与否,通过修改里面的vid pid即可连接新的hid设备,功能完全干净(只显示1个编辑框),其他功能可自己加上去,使用m_MyHidDevice.WriteHid(str,64);m_MyHidDevice.ReadHid(str,64); 可实现读写功能(Use hid.lib to build the MFC control, can identify the connection or not, connect the new hid devi
USB
- USB上位机,简单的USB HID 收发软件。基于VC++6.0编程(USB host computer software,Simple USB HID transceiver software.Programming based on VC++6.0.)