HIDMakerFS versus EasyHID


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

    Default HIDMakerFS versus EasyHID

    Hi,

    I have just completed initial testing of a basic HIDMaker FS application with a PIC 18F2550. I can upload and download data successfully.

    My initial observations is that the VB application 'seems' cumbersome and slow. Now it can most likely be tweaked and refined, but I find the initial code quite large (10 lines of 30 bytes down to PIC, 1 byte up to PC).

    At first I found EasyHID intimidating to a total newb, not quite sure what to do with what. I also thought it was very limitting with variables lengths of only 64 bytes, but I just realized now that nothing is stopping me from writing multiple records (d'uh).

    For those of you that have used both software, how would you compare them? Has anyone else noticed a 'slowness' with a HIDMaker FS application?

    I'm at the point where I'm deciding if it's worth continuing to refine the HIDMaker code, or start fresh with EasyHID. Either way I know I have quite a bit of work to do, I'd just like to hear about experiences and see how others might have fared.

    I admit I'm leaning towards EasyHID a lot right now.

    Robert


    (Please don't turn this thread into a pissing contest.)
    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
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898

    Wink

    Sorry budy, i can't help on this one but..
    I admit I'm leaning towards EasyHID a lot right now.
    It's free... what do you have to loose... just time. Anyways, you already said here that your product should be release somewhere in the next 57 year

    (Please don't turn this thread into a pissing contest.)
    I don't think so, it's not a battle between compilers ... it remind me few threads and, unfortunately some 'gone' user. I really miss them.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

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

    Default

    Correction: 56.5 years now. :P

    I've been doing a lot of reading on EasyHID, it's easier to swallow after having gotten one application running with HIDMaker.

    I just can't get over this error on this Connect statement:

    Private Sub Form_Load()
    ' do not remove!
    ConnectToHID (Me.hWnd)
    End Sub

    COMPILE ERROR: SUB OR FUNCTION NOT DEFINED.

    I know I'm missing a file or something simple, I just don't know what. I've copied MCHID.dll to the folder where I am working and also into the VB6 main folder and I still get the error.

    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!

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

    Default

    D'uh, I'm an idiot...

    I was opening just the Form, I should have opened the entire VB project.

    Now it works when I compile an executable.

    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!

  5. #5
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898

    Default

    LMAO! s.h.i.t. happen!
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. easyHID question
    By keymuu in forum USB
    Replies: 48
    Last Post: - 31st October 2008, 17:36
  2. Problem with enumeration and EasyHID
    By jizyjuice in forum USB
    Replies: 22
    Last Post: - 9th April 2007, 20:40
  3. EasyHID and VB.net
    By NL2TTL in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 14th September 2006, 05:40
  4. EasyHID and buffer entry 0
    By Demon in forum USB
    Replies: 0
    Last Post: - 19th August 2006, 19:34
  5. Replies: 0
    Last Post: - 5th September 2005, 09:09

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