Welcome![Sign In][Sign Up]
Location:
Search - PDIUSBD12

Search list

[SCMDT128_D12_DriverStudio

Description: 用DriverStudio 3.2的DriverWizard向导制作的PDIUSBD12读写驱动程序(控制器使用飞思卡尔单片机MC9S12DT128B),并附带测试的应用程序,实现了读写In和Out功能以及厂商请求功能Vendor Request,工程内附带Inf文件和DriverStudio工程xml配置文件,可以自行修改,希望能帮到大家,共同进步-DriverStudio 3.2 using the Wizard DriverWizard produced PDIUSBD12 driver to read and write (single-chip controller to use Freescale MC9S12DT128B), and attached to the test application, achieved a reading and writing In and Out functions, as well as the request features vendors Vendor Request, projects Inf attached documents and DriverStudio works xml configuration file, you can make its own decisions, I hope to help everyone make progress together
Platform: | Size: 3875840 | Author: 林克 | Hits:

[USB developPDIUSBD12_program_manual_chinese

Description: PDIUSBD12 是一款带有并行总线和局部DMA传输能力的高速USB 接口器件固件设计的目标就是 使PDIUSBD12 在USB 上达到最大的传输速率外围设备例如打印机扫描仪外部的海量存储器和数码 相机都可使用PDIUSBD12 在USB 上传输数据这些设备的CPU 要忙于处理许多设备控制和数据以及图像 处理等任务PDIUSBD12 的固件设计成完全的中断驱动当CPU 处理前台任务时USB 的传输可在后台 进行这就确保了最佳的传输速率和更好的软件结构同时简化了编程和调试 后台ISR 中断服务程序和前台主程序循环之间的数据交换通过事件标志和数据缓冲区来实现例 如PDIUSBD12 的批量输出端点可使用循环的数据缓冲区当PDIUSBD12 从USB 收到一个数据包那 么就对CPU 产生一个中断请求CPU 立即响应中断在ISR中固件将数据包从PDIUSBD12 内部缓冲区 移到循环数据缓冲区并在随后清零PDIUSBD12 的内部缓冲区以使能接收新的数据包CPU 可以继续它当 前的前台任务直到完成例如打印当前页然后返回到主循环检查循环缓冲区内是否有新的数据并开始其 它的前台任务-err
Platform: | Size: 571392 | Author: tom | Hits:

[USB developmeiju

Description: STC51+PDIUSBD12 USB鼠标源代码-STC51+ PDIUSBD12USB mouse source code
Platform: | Size: 104448 | Author: 切西 | Hits:

[USB developUSB

Description: 详细讲解了在S3C44B0上结合philips公司usb1.1接口芯片的pdiusbd12芯片的开发过程,源码注释详细,对于了解和开发USB有很大的帮助。-Detailed account of the combination of philips in S3C44B0 company USB1.1 interface chip PDIUSBD12 chip development process, detailed source notes, for the understanding and development of USB has a great help.
Platform: | Size: 99328 | Author: 王方 | Hits:

[SCMAVR_D12

Description: AVR单片机控制的PDIUSBD12原程序-AVR MCU PDIUSBD12 original procedure
Platform: | Size: 108544 | Author: 莫伟东 | Hits:

[ARM-PowerPC-ColdFire-MIPSusbtest

Description: 在MDK下直接运行的一个USB例程,使用PDIUSBD12芯片-MDK directly in the operation of a USB routines, the use of PDIUSBD12 chip
Platform: | Size: 165888 | Author: husong | Hits:

[SCMPDIUSBD12_C51

Description: PDIUSBD12_C51固件驱动源码.单片机控制飞利蒲PDIusbD12芯片与PC机实现USB1.1通信.-Firmware-driven source PDIUSBD12_C51. PDIUSBD12 Philips single-chip microcomputer control chip and PC machines to achieve USB1.1 communication.
Platform: | Size: 74752 | Author: 倪睿 | Hits:

[SCMZLG_D12

Description: USB驱动程序软件包简要说明及应用例子 D12驱动 PDIUSBD12 PC机驱动程序-USB driver software and application examples of a brief description of D12 driver PDIUSBD12 PC driver
Platform: | Size: 7171072 | Author: aileen | Hits:

[uCOSD12_For_uCos-II

Description: PDIUSBD12USB接口芯片的实验资料包, 包括以下内容 D12驱动 PDIUSBD12 PC机驱动程序,分为Win2k_Xp和Win98 EasyUSB 读写PDIUSBD12的API函数(Win32标准动态库) PCTest PC机端演示软件,提供可执行文件PCTest.exe及源程序 D12 For uCos-II PDIUSBD12 设备端演示软件 ZLG_D12.pdf USB驱动程序软件包简要说明及应用例子 常见问题及解决.txt 遇到问题请阅读该文件 PDIUSBD12芯片相关资料 PDIUSBD12芯片相关资料-PDIUSBD12USB interface chip experimental data packet, including the following D12 driver PDIUSBD12 PC machine drivers, divided into Win2k_Xp and Win98 EasyUSB the API to read and write PDIUSBD12 function (Win32 standard DLL) PCTest PC-side presentation software, to provide an executable file PCTest. exe and source code D12 For uCos-II PDIUSBD12 equipment client presentation software package ZLG_D12.pdf USB driver and application of a brief description of examples of common problems and solutions. txt encounter problems, please read the document relevant information PDIUSBD12 chip chip PDIUSBD12 relevant information
Platform: | Size: 2418688 | Author: 谭剑鸣 | Hits:

[SCMMSP430F149_PDIUSBD12

Description: 本程序使用MSP430F149控制USB芯片PDIUSBD12;USB 芯片的数据端口与 MCU 的P5 端口按一一对应的关系连接,而控制端口与MCU 的IO 连接关系为: P2.0--WR_N,P2.1--RD_N,P2.2--A0,P2.3--CS_N。因为 MSP430 系列单片机没有外部总线接口,所以需要上面的四个 IO 与 P5 口配合模拟数据/地址复用的总线读写时序,从而实现对D12 的操作。-This procedure using the USB chip MSP430F149 control PDIUSBD12 USB chip with the MCU data ports according to the P5 port to connect one-to-one relationship, while the control port and the MCU to connect the IO relations: P2.0 WR_N, P2.1 RD_N, P2. 2 A0, P2.3 CS_N. MSP430 MCU because there is no external bus interface, so it is necessary to the above four IO and P5 mouth with simulation data/address multiplexed bus to read and write timing in order to achieve the operation of the D12.
Platform: | Size: 61440 | Author: skywalker | Hits:

[USB developPDIUSBD12

Description: 在D12的数据手册中定义了一套压缩了所有访问PDIUSBD12功能的命令集,命令接口部分就是将各命令用函数的形式加以实现。-D12 data in the definition of a set of manual compression of all visits PDIUSBD12 function command set, the command interface is part of the order form with function to achieve.
Platform: | Size: 1024 | Author: zhangrong | Hits:

[USB developD12

Description: 通过PDIUSBD12实现它与PC机直接的通讯-PDIUSBD12 to achieve it through the PC-direct communication
Platform: | Size: 3440640 | Author: 和子 | Hits:

[SCMATmega168PDIUSBD12SD

Description: 我的小作品--U盘(实际是USB SD卡读卡器) ATmega168+PDIUSBD12+SD (内含GCC源码和原理图)-My little works- U disk (actually USB SD card reader) ATmega168+ PDIUSBD12+ SD (containing GCC source and schematic diagram)
Platform: | Size: 93184 | Author: CRT | Hits:

[SCMavrusb

Description: avr单片机与usb芯片pdiusbd12连接的电路,驱动及应用程序-avr Singlechip PDIUSBD12 connect with usb chip circuit, drivers and applications
Platform: | Size: 154624 | Author: | Hits:

[USB developUSBDriver

Description: PDIUSBD12 设备端驱动程序 演示程序-PDIUSBD12 device driver-side demo
Platform: | Size: 50176 | Author: hanst | Hits:

[ARM-PowerPC-ColdFire-MIPSARM7-usb

Description: ARM7开发板上做的U盘的源码,FAT文件系统,D12+51固件源码,用PDIUSBD12和K9F5608U0A设计USB移动闪存-ARM7 development board to do the U-source disk, FAT file system, D12+ 51 firmware source code, using PDIUSBD12 and K9F5608U0A Design USB Mobile Flash
Platform: | Size: 1254400 | Author: | Hits:

[Embeded-SCM DevelopATmega128

Description: ATmega128实验板 简要介绍: 主要芯片: CPU:ATmega128L SRAM:SR61L256BS-8 CPLD:XILINX XC95144XL SFLASH:AT45DB081B ETHERNET:CS8900A USB:PDIUSBD12 LCD:122x32 LMC62_095_M POWER:LM2596S-3.3 RS232:MAX3232 软件:RS232,SRAM,CPLD调试通过,uCosII可以运行,ethernet部分没有完成,usb完成了一部分。 开发环境: WINAVR,ISE6,AVR Studio-ATmega128 board briefly introduce the experiment: the main chips: CPU: ATmega128L SRAM: SR61L256BS-8 CPLD: XILINX XC95144XL SFLASH: AT45DB081B ETHERNET: CS8900A USB: PDIUSBD12 LCD: 122x32 LMC62_095_M POWER: LM2596S-3.3 RS232: MAX3232 software: RS232, SRAM, CPLD Debug through, uCosII can run, ethernet part not completed, usb part completed. Development Environment: WINAVR, ISE6, AVR Studio
Platform: | Size: 9936896 | Author: yhui | Hits:

[SCMU-Disk(ATmega168_PDIUSBD12_SD_MMC)

Description: U盘(实际是USB SD卡读卡器)的制作方案。 硬件构成:ATmega168+PDIUSBD12+SD 内附GCC源码和原理图。 开发环境是AvrStudio4.13 b528 + WinAVR200701-U disk (actually USB SD card reader) production program. Hardware: ATmega168+ PDIUSBD12+ SD containing GCC source code and schematics. Development environment is AvrStudio4.13 b528+ WinAVR200701
Platform: | Size: 93184 | Author: hzh007 | Hits:

[USB developFIRMWARE.ZIP

Description: pdiusbd12芯片的单片机usb固件源程序,有很多注释,非常清楚,希望很帮助大家-PDIUSBD12 chip microcontroller usb firmware source code, there are many notes, very clear, I hope very much to help everyone
Platform: | Size: 27648 | Author: limeichuan | Hits:

[SCMGamePad

Description: PIC16F877A+PDIUSBD12做的USB游戏手柄-PIC16F877A+ PDIUSBD12 do USB game controller
Platform: | Size: 8803328 | Author: 亦木明 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 26 »

CodeBus www.codebus.net