EasyHID and Endpoints


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    2,601

    Default EasyHID and Endpoints

    Can we use the endpoints as we wish, or are we limitted to using the default generated endpoint? I have more than 64 bytes to transfer so I'd like to use endpoints as record types.

    For example:

    Endpoint #0, miscellaneous concatenated variables (30 bytes).
    Endpoint #1, LCD line 1 (30 bytes).
    Endpoint #2, LCD line 2 (30 bytes).

    Can I just change the endpoint on the PIC and PC side as I please?

    Robert
    My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.

    Not as dumb as yesterday, but stupider than tomorrow!

  2. #2
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    2,601

    Default

    I found my own answer; no.

    I'm using AnyHID, a nifty tool that came with HIDMaker. I can intercept all USB communnication and display the data, really nice.

    First of all, they are reports, not endpoints. I can select in AnyHID whatever report is defined for the device, and there is only one report for both IN and OUT; report 0.

    So no, you can't mess with the report unless you modify the generated files by EasyHID and add reports.

    Robert
    My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.

    Not as dumb as yesterday, but stupider than tomorrow!

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts