搜索资源列表
tcxmaster
- 所谓固件,就是存储在程序内存中的程序,用以完成驱动程序无法完成的USB 芯片及外围芯片的初始化及控制工作[23]。USB固件程序设计是USB接口部分的主要工作,它的主要目的是:当USB设备连接到主机上时,主机可以发现新设备,然后建立连接并完成数据传输任务,也就是能够让Windows正常检测和识别USB设备。因此在USB固件程序中,最重要的工作就是USB描述符的定义和USB传输中断的处理。-called firmware is stored in the memory of the procedu
ad574
- ad574驱动程序。用c语言实现!包括数据的处理,一般用于工程中的数据采集,并进行数据处理,来读入数据!-ad574 drive program。Use C-laguage!
PCIDevice_Driver
- 本程序为基于WDM的PCI设备驱动程序,系统用于数据采集并上传到工控机,数据率约为50MBps。使用轮询方式采集(预留了中断处理接口,但是数据带宽受限)。-This program is based on the PCI WDM device drivers, system for data collection and upload it to the IPC, the data rate of about 50MBps. Collected using polling (reserved f
USBw
- USB驱动程序,可以自动读取和保存USB口输入的数据,方便电脑处理-USB driver can be automatically read and save the USB port input data, facilitate computer processing
DMX接收驱动
- 基于PIC18的DMX接收驱动,这是一个接收中断处理程序,用于接收串口总线上发来的数据。该驱动还做了一个扩充,用于接收非标准DMX协议的数据。