Search found 2 matches
- Sun Feb 15, 2009 11:25 pm
- Forum: V-USB
- Topic: Detect Master presence?
- Replies: 1
- Views: 2503
Detect Master presence?
Hi, I have modified USBasploader so that the bootlader waits approx. 8 seconds before launching the existing firmware. I used the watchdog on the atmega88 for this purpose. This works fine but isn't portable to an atmega8 since the max watchdog time-out on that is 2 seconds. I have tested a 2 second...
- Mon Jan 26, 2009 6:15 pm
- Forum: V-USB
- Topic: Interrupt-IN?
- Replies: 1
- Views: 2669
Interrupt-IN?
Hi, I was trying the CDC examples on a tiny2313 this weekend. I ran into the CDC-bulk endpoint problem with current linux kernels. I know this can be fixed by patching the kernel but i thought i might try to use interrupt endpoints. When that works (through libusb) it shouldn't be too hard to modify...