SwingeyP
Member
Ok so it's USB but that didn't rhyme. 
I have a little side project that I want to do which is going to use a USB connection to PC.
It will be a keyboard HID.
There will be 14 buttons. Each button can be mapped to a keyboard key stroke. This will be done via differing program versions
For example button 1 = A, button 2 = B, button 3 = X and so on.
I have been looking at Eric's examples for USB which I have working on a PICDEM FSUSB board (ebay purchase).
Here's the thing. I don't really know (understand) how the USB works. Can anyone point me in the direction of some bedtime reading.
I need to know the sequence something like ....
if button press
identify button number
associate button with key
send down the usb ----> This is what I need to know I am a bit confused by Reports & Features
endif
Just a simplified psuedo version. I appreciate I have to switch on USB and some sort of polling?
Any help please?
Regards - Paul
I have a little side project that I want to do which is going to use a USB connection to PC.
It will be a keyboard HID.
There will be 14 buttons. Each button can be mapped to a keyboard key stroke. This will be done via differing program versions
For example button 1 = A, button 2 = B, button 3 = X and so on.
I have been looking at Eric's examples for USB which I have working on a PICDEM FSUSB board (ebay purchase).
Here's the thing. I don't really know (understand) how the USB works. Can anyone point me in the direction of some bedtime reading.
I need to know the sequence something like ....
if button press
identify button number
associate button with key
send down the usb ----> This is what I need to know I am a bit confused by Reports & Features
endif
Just a simplified psuedo version. I appreciate I have to switch on USB and some sort of polling?
Any help please?
Regards - Paul