Hi,
I'm using a PIC18F87K22 for a final project I'm working on. My assignment is to connect to a PC as an HID keyboard, and then send keystrokes to the computer.
The problem is that the PIC18F87K22 is only capable of RS-232 communication. The development board we are using has a serial port we can plug into, or we can use a provided FTDI chip that lets us use a usb cord. However, even when using the FTDI chip the connection still appears on the PC as a virtual-COM port.
I am struggling to understand V-USB and how to implement it on my PIC, and would greatly appreciate any help on how to use it to get my PC to recognize the connection as an HID keyboard.
Thanks, Will