PDA

View Full Version : Component Device Support ?



sirnoname
- 7th November 2006, 15:07
Hi all,

i tried to get an 18f2455 device working with an keyboard
and mouse in an component device. This is not working at me.
I am searching for examples with component devices like
the 16c745 /16c765 keyboard and game etc. shown at microchip.
I read the samples in the USB18 directory of Picbasic.
I think there is some code missing in the USB18.asm for the
second HID descriptor. (or more?)
Perhaps someone can give me a redesigned 16c745 component
sample (only the usb18.asm).

cu
sirnoname

sirnoname
- 26th November 2006, 11:43
Ok, done now.
I got 4xHID and one CDC running in same device.
You have to write new asm code for usb.
I don't know why melabs dont support more devices ?
Changing asm code is much more work.
Not good work.

cu

Kamikaze47
- 26th June 2007, 15:24
Ok, done now.
I got 4xHID and one CDC running in same device.
You have to write new asm code for usb.
I don't know why melabs dont support more devices ?
Changing asm code is much more work.
Not good work.

cu

how did you manage that?

sirnoname
- 27th June 2007, 14:08
As I wrote above, I rewrote the asm part.

look the main thread:
http://forum.microchip.com/tm.aspx?m=189607&mpage=1