Search found 7 matches
- Tue Mar 13, 2012 11:57 pm
- Forum: V-USB
- Topic: PS2USB usb device not recognized
- Replies: 8
- Views: 7049
Re: PS2USB usb device not recognized
i solve problem, thanx for help. This code map axis to buttons, and we have four butons in place of two axis. Thanx to the ulao. reportBuffer[1]=0x80; if ( temp1 & 0x10) reportBuffer[7] |= 0x04;//up if ( temp1 & 0x40) reportBuffer[7] |= 0x08;//down if ( temp1 & 0x80) reportBuffer[7] |= 0...
- Tue Mar 13, 2012 7:06 pm
- Forum: V-USB
- Topic: PS2USB usb device not recognized
- Replies: 8
- Views: 7049
Re: PS2USB usb device not recognized
Finaly i success to build hex from source file , with great help frend of mine.
@ulao
Now i wil try this changed code that you tel me to change, and we wil see what wil happen.
@ulao
Now i wil try this changed code that you tel me to change, and we wil see what wil happen.
- Sun Mar 11, 2012 11:14 am
- Forum: V-USB
- Topic: PS2USB usb device not recognized
- Replies: 8
- Views: 7049
Re: PS2USB usb device not recognized
I loose all night in trying this to work. Also install fresh version of avr studio 5 with all add-ons. Same problem is here, build starts good and when come to line 392 - 513 (usbMsgPtr, usbInit, usbPoll, usbTxStatus1, usbSetInterrupt,) it report a error "undefined reference". Please help ...
- Sun Mar 11, 2012 1:41 am
- Forum: V-USB
- Topic: PS2USB usb device not recognized
- Replies: 8
- Views: 7049
Re: PS2USB usb device not recognized
Thanx, i see.
I try to build original source that i download in avr studio, but unsuccesfuly.
In avr studio i set external Dependencies to "usbdrv" folder.
When click to build, i get 21 errors and build failed.
http://postimage.org/image/56bdl6v71/full/
i need help.
Thanx
I try to build original source that i download in avr studio, but unsuccesfuly.
In avr studio i set external Dependencies to "usbdrv" folder.
When click to build, i get 21 errors and build failed.
http://postimage.org/image/56bdl6v71/full/
i need help.
Thanx
- Sun Mar 04, 2012 12:30 pm
- Forum: V-USB
- Topic: PS2USB usb device not recognized
- Replies: 8
- Views: 7049
Re: PS2USB usb device not recognized
Now i have calibration problem. On ps2 side i connect dance pad for playstation 2 (no name , made in china). -Arows up and down on my dance pad, is Y axis in Properties ps2usb tab. -Arows left and right on my dance pad is X axis in Properties ps2usb tab. Problem is when i need to pres two at once in...
- Sun Mar 04, 2012 1:42 am
- Forum: V-USB
- Topic: PS2USB usb device not recognized
- Replies: 8
- Views: 7049
Re: PS2USB usb device not recognized
problem solved.
i get 3v3 and bingo
i get 3v3 and bingo
- Sat Mar 03, 2012 11:14 pm
- Forum: V-USB
- Topic: PS2USB usb device not recognized
- Replies: 8
- Views: 7049
PS2USB usb device not recognized
Hi i build hardvare acording to this shematic : m ,build circuit on 5v, with two zener 3.6v diodes. Placed 100nF close to uc, check all conections twice. I flash the atmega8 succesfuly, set fuse bits acording to makefile instructions: ################################## ATMega8 ######################...