Sorry , But Didn't work i tried it , Beside its just multimedia keybad not full qwerty & Media Keyboard .
Sorry , But Didn't work i tried it , Beside its just multimedia keybad not full qwerty & Media Keyboard .
You forgot element zero (length of 8 is from 0 to 7):
DATATOSEND[0] = 0
I can't help you with the keyboard command, sorry.
Robert
I just forget to past it here but already found in my code , thanks for mention
1. That PAUSE can screw up USB.Code:DoUSBinit: pause 500 usbinit repeat usbservice until usb_device_state = CONFIGURED_STATE @ INT_ENABLE USB_INT return
2. DT INT takes care of USB INIT for you.
3. You shouldn't have to write your own assembler routines for USB, they should be available in DT INT.
4. I didn't see ReEnterPBP-18.bas included.
Robert
I recommend read Darrel Taylor's posts from this point:
http://www.picbasic.co.uk/forum/show...0434#post80434
Download that file and look how he does things.
Robert
Thanks Robert ,
Already Did Now But , Doesn't Help In My Situation (Multimedia & qwerty Keyboard) .
Hi all,
I don't mean to turn my question into an off topic but,
can someone explain me how the descriptor works without being included in the main program ( my question above ) ?
Thanks
Regards
Rui
I am confused, you asked how to add multimedia keys so he linked to my HID multimedia keypad and u simply say it doesn't work and its not a full keyboard. What exactly do you want then?
I do use Darrels interrupt routines in mine as they work way better for this type of job but did not include the actual files as I just thought it was better to get them from Darrel.
Last edited by PJALM; - 5th November 2014 at 23:02.
Bookmarks