Search found 4 matches
- Wed Oct 28, 2009 1:36 pm
- Forum: V-USB
- Topic: BootloadHID problem??
- Replies: 0
- Views: 4475
BootloadHID problem??
Hi, yesterday I was trying to get the BootloadHID to work. But no success. Here's my setting: hfuse 0xC0 lfuse 0x9F Dminus : PD1 Dplus : PD2 static inline void bootLoaderInit(void) { PORTC = 1 << 0; /* activate pull-up for key */ _delay_us(10); /* wait for levels to stabilize */ } #define bootLoader...
- Sun Oct 25, 2009 11:10 pm
- Forum: V-USB
- Topic: Mega32 as Xb*X gamepad
- Replies: 23
- Views: 19614
Re: Mega32 as Xb*X gamepad
Hi,
I'm interested in your work. Could you contact me about your solution?
Bencao
I'm interested in your work. Could you contact me about your solution?
Bencao
- Mon Oct 12, 2009 1:46 pm
- Forum: V-USB
- Topic: PS3 Controller Firmware
- Replies: 4
- Views: 9217
Re: PS3 Controller Firmware
Hi Mojo, according to the source from UPCB Toodles has taken exactly this way. //HID report from VSHG; need to double check. rom const unsigned char PS3USB_Report_Descriptor[] = { This was the VSHG http://sdtekken.com/tech-area/arcade-sticks/ps3-vshg/virtua-stick-high-grade-review/ Stick. Hope you'v...
- Fri Oct 09, 2009 10:42 am
- Forum: V-USB
- Topic: PS3 Controller Firmware
- Replies: 4
- Views: 9217
PS3 Controller Firmware
Hi all, this is my first post in this forum. I'm quite a beginner in using this great piece of hw/sw. Some month before I found a USB gamepad implemenation based on V-usb and adapted it for my needs in building an arcade stick. http://bencao74.blogspot.com/2009/09/lulu-source-released.html It was ea...