I've reworked some of the driver code and while doing this made the size of usbMsgLen a configuration option.
If you want a developer snapshot of this version, please let me know by e-mail (support system for avr-usb). The new version supports several kB of transfer size.
Search found 1013 matches
- Sun May 04, 2008 10:09 pm
- Forum: V-USB
- Topic: How to send a report more than 255 bytes?
- Replies: 3
- Views: 5357
- Wed Apr 30, 2008 1:00 pm
- Forum: V-USB
- Topic: How to send a report more than 255 bytes?
- Replies: 3
- Views: 5357
- Tue Apr 29, 2008 10:42 am
- Forum: V-USB
- Topic: AVR-Doper [Rototron] programming problem
- Replies: 11
- Views: 14932
- Mon Apr 28, 2008 4:06 pm
- Forum: V-USB
- Topic: BootloadHID with ATmega8 schematic
- Replies: 3
- Views: 5547
- Sun Apr 27, 2008 4:36 pm
- Forum: V-USB
- Topic: AVR-Doper [Rototron] programming problem
- Replies: 11
- Views: 14932
- Sun Apr 27, 2008 12:35 pm
- Forum: V-USB
- Topic: AVR-Doper [Rototron] programming problem
- Replies: 11
- Views: 14932
CDC mode speed can be limited due to aggressive polling by the host. The new version posted yesterday may bring an improvement here. Also, if you have a CPU clock of more than 1 MHz, you can try to pass -B1.1 to avrdude for a higher ISP clock. The -B option is stored in AVR-Doper until you override ...
- Sun Apr 27, 2008 10:49 am
- Forum: V-USB
- Topic: AVR-Doper [Rototron] programming problem
- Replies: 11
- Views: 14932
- Thu Apr 24, 2008 9:49 am
- Forum: V-USB
- Topic: How to wakeup PC?
- Replies: 5
- Views: 5922
- Wed Apr 23, 2008 4:50 pm
- Forum: V-USB
- Topic: How to wakeup PC?
- Replies: 5
- Views: 5922
- Wed Apr 23, 2008 4:42 pm
- Forum: V-USB
- Topic: What's the purpose of 68ohm resistors on D+ and D- lines?
- Replies: 6
- Views: 7153
These resistors have several functions: * Limit the current if zener diodes are used for voltage limiting on D+ and D-. * Limit the current in case of short circuit or if higher voltage is applied from extern. * To some degree impedance matching to the cable when sending data. * Low pass filter to a...
- Wed Apr 23, 2008 9:30 am
- Forum: V-USB
- Topic: AVR_USB timing out?
- Replies: 18
- Views: 36547
- Wed Apr 23, 2008 9:26 am
- Forum: V-USB
- Topic: AVR-USB frequency meter
- Replies: 16
- Views: 18181
- Tue Apr 22, 2008 10:47 am
- Forum: V-USB
- Topic: AVR-USB frequency meter
- Replies: 16
- Views: 18181
If you can use two AVRs: connect them with SPI or whatever (low priority interrupts), use 20 MHz for the frequency measuring AVR and writhe the SPI interrupt routine in assembler. You need to count the number of input pulses during a given period (e.g. 1 second) and the number of CPU clocks taken fo...
- Mon Apr 21, 2008 8:12 pm
- Forum: V-USB
- Topic: AVR-USB frequency meter
- Replies: 16
- Views: 18181
You can extend Timer0 in software, but that's not easy. Connect the signal to T1 instead and switch between modes as required. The entire task is not easy. You must be very careful to avoid problems when you are in ICP mode and the frequency increases. I would not recommend this as a beginner's proj...
- Mon Apr 21, 2008 7:00 pm
- Forum: V-USB
- Topic: BootloadHID with ATmega8 schematic
- Replies: 3
- Views: 5547