Hi,
Thanks to you, Dave and this thread I managed to get a HID keyboard using a 18F46J50. (On this nice little board).
One thing I've been thinking about is how you could check that the device actually got enumerated (from the PIC that is) so you don't start sending stuff untill it is. The USB.txt file in the PBP folder says you should call USBService every ~250us untill USBDeviceState == CONFIGURED_STATE. I tried polling for that but needless to say it didn't compile.
Looking a bit further it seems like those are an assembly variable/constant repectively so PBP wouldn't know they exist. I wonder if the EXT modifier is the place for this.....
Anyway, thanks again for final push I needed!
/Henrik.
Bookmarks