This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2511 HID problem

Other Parts Discussed in Thread: CC2511

Hi,

    I have modified the example "Simple Hid Dongle" located at swrc088c\ide\rfusb_cc2511\iar  in swrc088c.zip to my own custom HID to send 10 bytes of data.It works fine with some PCs but it gets detected as Keyboard device in some PC.I cant figure out what I must have missed.I'm attaching usblyzer and my descriptor below.Looking forward for your suggestions

Thanks

 

 

entity0Desc:    ; Mouse report descriptor

                DB 06H,  000H, 00FFH  ; VENDOR DEFINED

                DB 09H,  0A5H     ; VENDOR DEFINED

                DB 0A1H,  01H     ; Collection: (Application)

                                    ;

                DB 09H,  0A7H     ;   VENDOR DEFINED

                DB 15H,  0H     ;  LOGICAL MINIMUM 0

                DB 25H,  00FFH ;   L0ICAL MAXIMUM 255

                DB 75H,  08H ; 8BITS

                DB 95H,  0AH ; 10 BYTES

                DB 81H,  02H ; INPUT DATA VARIABLE ABSOLUTE

 

                DB 00C0H            ;   End Collection

entity0DescEnd: