Description: /*串行口操作模式1:8位UART,波特率可变,11.0592晶振*/
TMOD = 0x20 /*定时器*计数器1的操作模式为2*/
PCON = 0x80|PCON /*SMOD 置1*/
TH1 = 0xfd /*定时器1的重装载值,此时若SMOD=0,9.6K SMOD=1,19.2K*/
TR1 = 1 /*定时器*计数器1开始工作*/
REN = 1 /*允许串行口接收*/-/* serial port mode 1:8 bit UART, variable baud rate, crystal* 11.0592/TMOD = 0x20/** timer counter a mode of operation for 2*/P CON = 0x80 | PCON/* 1* SMOD home/0xfd TH1 =/* Incorporation of a timer contains the value at this time if SMOD = 0,9.6 SMOD K = 1, 19.2K*/TR1 = 1/** counter a timer to start work*/ticker = 1/* Allow Serial Port receiver* / Platform: |
Size: 51200 |
Author:rty |
Hits:
Description: 软件中包含了Cypress的SL811 USB接口芯片的固件程序以及如何51单片机进行操作的例子,并且有Linux下的驱动程序,阅读并借鉴这个程序就可以做出支持USB HOST的系统了。-software includes the Cypress SL811 USB interface chip firmware procedures and how to 5 a microprocessor operating examples, as well as Linux drivers, read and learn from this procedure can make USB HOST support of the system. Platform: |
Size: 5233664 |
Author:ttl |
Hits:
Description: This module is common to all of the Example programs
It declares the {Open, Read, Write, Close} calls for the USB device
These user-calls are translated into OS system calls
This module also contains several support routines used by all of the examples-This module is common to all of the Example p rograms It declares the (Open, Read, Write, Close) calls for the USB device These user-call 's are translated into OS system calls This modul e also contains several support routines used b y all of the examples Platform: |
Size: 2048 |
Author: |
Hits:
Description: 编译原理的pl/0源码,非常好,外面很难找到,里面实现了pl0语言的具体细节-compiler principles pl/0 source, a very good, very difficult to find outside. p10 inside the realization of the language specific details Platform: |
Size: 251904 |
Author:digg |
Hits:
Description: 很不错的USB转232芯片,前段时间自己用它做了个小项目还不错。-Very good USB to 232 chips, used it myself some time ago made a small project to do well. Platform: |
Size: 492544 |
Author:zhang |
Hits:
Description: HIGH_SPEED_USB_To_ATA(IDE)Firmware相关代码(EZ USB FX2芯片)-HIGH_SPEED_USB_To_ATA (IDE) Firmware related code (EZ USB FX2 chip) Platform: |
Size: 1654784 |
Author:hui98765 |
Hits:
Description: usb硬件尺寸。适合在PCB时做USB封装做参考-usb hardware size. Suitable for PCB to do when to do USB package reference Platform: |
Size: 248832 |
Author:郭明 |
Hits:
Description: USB2.0 protocol file, doc and pdf file
useful file to develope USB product.
should download and view if develope USB1.1 or USB2.0 Platform: |
Size: 75776 |
Author:李佳 |
Hits:
Description: This a PCI to USB bridge schematic that i was draw by hand from a PCI to USB card, the schematic use VT6212L to make bridge, the idear is that we can use microcontroler interface to PC through PCI slot by USB, ha ha it is too easy.-This is a PCI to USB bridge schematic that i was draw by hand from a PCI to USB card, the schematic use VT6212L to make bridge, the idear is that we can use microcontroler interface to PC through PCI slot by USB, ha ha it is too easy. Platform: |
Size: 18432 |
Author:Ninh Van Truong |
Hits:
Description: 常用pcb库文件,方便进行电路开发,protel99格式的-Pcb library file used to facilitate the development circuit, protel99 format Platform: |
Size: 655360 |
Author:高飞 |
Hits:
Description: keil c程序
功能:利用USB和上位机通信,传送单片机采集的数据给PC
-keil c program features: the use of USB and PC communications, transmission of data collected by single-chip to PC Platform: |
Size: 104448 |
Author:王继超 |
Hits:
Description: FTDI232 Chip (USB to Serial) convertor driver for BASCOM AVR. (BASIC Language)
This sample driver gives you the ability to send text to USB port or read available chars from the USB port.
Written in BASCOM AVR 1.11.9.x Platform: |
Size: 13312 |
Author:zafari |
Hits:
Description: [ 5577.057130] usb 1-2.2: new full-speed USB device number 4 using ehci-pci
[ 5577.133868] usb 1-2.2: New USB device found, idVendor=03eb, idProduct=2ff1
[ 5577.133876] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5577.133882] usb 1-2.2: Product: AT32UC3A DFU
[ 5577.133888] usb 1-2.2: Manufacturer: ATMEL
[ 5577.133893] usb 1-2.2: SerialNumber: 1.0.3(Firmware upgrade
Most of important information for running of module is available in this original document: AW_readme.txt. I describe only shortly how I made firmware upgrade under Linux:
I downloaded modified dfu-programmer from this page: https://code.google.com/p/sdr-widget/downloads/list
I installed package avr-binutils or binutils-avr according to Linux distribution.
I created this script according to manual: program-widget.
In /etc/udev/rules.d/ I created file 99-avrtools.rules according to manual. In my case was important this section:) Platform: |
Size: 2048 |
Author:kiss83610
|
Hits: