搜索资源列表
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
CheckSystemPlug
- 检测USB的PID与VID码,非常好用,代码在VC6下编译通过。-Detection of USB in the PID and VID code, very easy to use, the code under VC6 compile.
ATMEGA8
- Atmega8 Program: DC motor PID controller by atmega8, and VC+++6.0 code RS232
Motor-Speed-Monitor-System
- 利用VC++实现的电机转速控制上位机程序,下位机为MCS51单片机系统,采用串口通信实现电机转速的PID控制。-Using VC++ to achieve motor speed control PC program, the next crew for the MCS51 microcontroller system that uses Serial Communication PID motor speed control.
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
