读写USB端口的VC程序,编译说明 : 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录--A VC program reading/writing USB port. Compilationg steps: 1. install DDK. 2. include DDK s inc path in header file s searching path. 3. include DDK s lib path in the library s search path. 4. comment out HIDD_ATTRIBUTES structure in the source file. 5. add setupapi.lib. If you don t want to install DDK, you could omit the first 2 steps, but you need to copy corresponding header files and library files.
ZLG7289 键盘矩阵使用示例 使用ZLG7289时容易出现的问题和注意事项-ZLG7289 examples of the use of the keyboard matrix easier to use ZLG7289 emerging issues and points for attention
三星CPUS3C2440,SMDK2440 USB downloader firmware代码,通过USB下载文件到FLASH-Samsung CPUS3C2440, SMDK2440 USB downloader firmware code, through the USB to download files to the FLASH
在uclinux/linux下通过串口以XMLOAD协议与PC终端通讯,可以实现从PC到平台的文件下载.-In uclinux/linux through the serial port to XMLOAD agreement with the PC terminal communication can be achieved to the platform from the PC to download the document.