Search found 4 matches

by wilin
Sun Nov 30, 2008 12:47 pm
Forum: V-USB
Topic: Atmega8 works, Atmega48/88 don't
Replies: 4
Views: 5360

@ Christian I had changed the Makefile to reflect that change, but it didn't work. I've also used the .hex file from usbasp for Atmega48, dropped it into my programmer, and it also didn't work. I've then sort of given up on Atmega48/88 and just used an Atmega8 to finish the project. @Grendel Since I...
by wilin
Wed Nov 26, 2008 1:34 pm
Forum: V-USB
Topic: Atmega8 works, Atmega48/88 don't
Replies: 4
Views: 5360

Atmega8 works, Atmega48/88 don't

Hi Does anybody know if atmega48/88 are sensitive to resistor values and such? Because I've tried using an atmega48 in a usbasp board (currently an atmega8 in it) with usbasp firmware and it doesn't work (led lights up, but I doesn't work -> errors in dmesg). I've also tried running my own code (wor...
by wilin
Tue Nov 04, 2008 9:32 pm
Forum: V-USB
Topic: HID Composite device with reports bigger than 8 bytes
Replies: 8
Views: 8983

I've tried sending two reports (first 8 bytes, then one, then 8 again, and one again), and it doesn't really work. Linux detects it as a mouse, while Windows detects it as a gamepad and everything, but eats (doesn't change) 3 bits from the eight and ninth byte (maybe even more). I think I made Windo...
by wilin
Sat Nov 01, 2008 11:25 am
Forum: V-USB
Topic: HID Composite device with reports bigger than 8 bytes
Replies: 8
Views: 8983

HID Composite device with reports bigger than 8 bytes

Hi Does anybody know, how to successfully send reports for two devices (2 gamepads in my case), that are more than 8 bytes long? (1 byte reportID + 8 bytes data). Because I can send >8 bytes for one joystick (not a composite device) or 2x8bytes (composite device, two joysticks, but then I'm missing ...