Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: towlerg; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    29,237

    Re: How to use PIC18 with MCP USB Chip to do HID?

    @Richard There are perfectly good examples of various HID devices in both samples and possibly the Wiki.

    I'm sure (well fairly) that as you are using a MicroChip device , you can use their VID....
  2. Replies
    8
    Views
    29,237

    Re: How to use PIC18 with MCP USB Chip to do HID?

    Simple answer, yes.

    The MCP2200 is a preprogrammed PIC, which appears to the world as a USB to Serial convertor. Ading a mouse descriptor and the necesary software to service the descriptor is...
  3. Replies
    8
    Views
    29,237

    Re: How to use PIC18 with MCP USB Chip to do HID?

    You can set the VID and PID (vendor id and product id) to anything you like. Look in the descriptor file.

    BTW the MCP 2200 id just a pre-programmed 18F14K50. See this article...
  4. Replies
    8
    Views
    29,237

    Re: How to use PIC18 with MCP USB Chip to do HID?

    You seem a little confused. In particular

    The pic18f24j50 already has USB full speed hardware built in and PIC Basic has all the necesary "libraries" to implement HID.

    Perhaps you should say...
Results 1 to 4 of 4