Author |
Message |
Topic: USB KEYBOARD |
bardelli
Replies: 0
Views: 2588
|
Forum: General CCS C Discussion Posted: Sat Sep 11, 2010 4:52 pm Subject: USB KEYBOARD |
Hello All.
Does anyone have any example of emulating a PURE USB Keyboard with Keyboard with PIC18F4550 and PICC compiler?.
I was sucessful modificating the keyboard + mouse example that came wit ... |
Topic: Joystick USB with PIC18f4550 |
bardelli
Replies: 0
Views: 4025
|
Forum: General CCS C Discussion Posted: Mon Oct 15, 2007 9:35 am Subject: Joystick USB with PIC18f4550 |
Hello folks, I need some help in this project...
this is my descriptor file:
const char USB_CLASS_SPECIFIC_DESC[] = {
0x05, 0x01,// ;USAGE_PAGE (Generic Desktop)
0x09, 0x05,// ;USAGE (Game ... |
Topic: MOUSE USB |
bardelli
Replies: 1
Views: 3474
|
Forum: General CCS C Discussion Posted: Sun Oct 14, 2007 7:16 pm Subject: MOUSE USB |
Hello All..
I was look the ex_usb_mouse.c that comes with CCS PICC and i really dont know what this piece of code do:
out_data[0]=0; //button state goes here
out_data[1]=mou ... |
|