搜索资源列表
usb
- USB设备种类比较多,也比较特殊,不同厂商的硬件不同,控制软件也不尽相同(我想主要是ICTL码不同,也不容易查到)。使得访问USB口的设备不象串口并口那么方便。这个例程只是展示了访问的基本方法。其中还有些问题还没有解决,发出来希望大家解决之后能通知我或者发表出来。 参考了USBPort,USBview等代码,一并致谢。 -USB devices are more species, but also rather special, different hardware from dif
USBKEY
- 想起当年的DOS时代,软件狂人经常编写一些恶作剧的病毒来“展示自己的才华”,而硬件工程师只有在旁边羡慕的份儿。今天俺们学习了USB协议,找到一个可以硬件恶作剧的方法,给常年备受煎熬的硬件工程师们一个机会。整个电路很简单,效果可不一般。 -Reminds me of the DOS era, the software often write some crazy prank virus to " show their talent" , and hardware engine
2-vc_net_example
- 这个例子展示了如何使用Visual c++通过FTD2XX.DLL与FTDI进行设备通信。包括使用FT_ListDevices FT_Write和FT_Read环回连接器以便向设备写入数据,然后读回来。需要驱动文件CDM 2.08.30支持。-This example shows how to use Visual C++.NET to communicate with FTDI devices through FTD2XX.DLL. This includes using FT_ListDev
1-dlpvcc2
- 这个应用源代码展示了在VC++项目中使用D2XX驱动,并给出了基本功能的应用示例。需要驱动文件CDM 2.08.30支持。-this application source code which illustrates how to integrate D2XX drivers into a Visual C++ project and use some of the basic functions available.
6-I2CTEST
- 这个例子展示了如何接口FT2232H I2C总线高速设备。 需要FTDI驱动支持。-This example shows how to interface FT2232H Hi-Speed devices to I2C bus .
7-D2XXNotify-Application
- 这个例子展示了如何使用Windows RegisterDeviceNotification函数接收WM_DEVICECHANGE消息插入或移除USB设备时注意AN_152系统中应用。-This example shows how to use the Windows RegisterDeviceNotification function to receive WM_DEVICECHANGE messages when USB devices are inserted or removed fro