Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by potter68

  1. P

    USB HID Host driver for windows

    Hello varun, the AHID.DLL does not support bulk transfer. Please, contact our support if you have questions on how to use AHID.DLL with your device (you will find the email address on our website). Best regards, Potter
  2. P

    USB HID Host driver for windows

    Hello vishnu, you can use the AHID.DLL with generic/custom HID devices. Those devices interpret the data payload as plain bytes (or the way the programmer wants to use it). Mouse and Keyboard for example require a specified Report so the operating system can interpret it. They cannot be used...
  3. P

    USB HID Host driver for windows

    Hello Vishnu, just go to http://www.ahidlib.com. You will find sample code for VB, C#, C++, LabVIEW, Matlab and Scilab. If you use Input Reports, data reception is done automatically by AHID.DLL. The driver will send a Windows Message (AHID_DATA_RECEIVED) to your Windows Message Queue...
  4. P

    usb communication between a pic and PC

    Hi, I use AHID.DLL from http://www.ahidlib.com It is easy to use and supports a lot of languages (C, C++, C#, VB, LabVIEW,...). To use it with a PIC, the generic HID PIC Demo is best. Choose one of AHID.DLL's demo applications and setup AHID.DLL with Input and Output Report, a size of 64 and...
  5. P

    USB interface with PIC18F4550.... help please.

    Have a look at http://www.ahidlib.com You can use AHID.DLL with C#, Visual Basic, C++ or Matlab, Scilab and LabVIEW.
  6. P

    pc to pic32 using USB interface with matlab

    Hello gupta, you could use AHid.dll to interface Matlab - http://www.embedded24.net AHid.dll implements an USB HID interface on Host side. Best regards Potter
  7. P

    USB HID Host driver for windows

    Hello, today i want to introduse my USB HID Host driver for Windows. The AHID Library is a Dynamic Link Library (DLL) and can be used with many programming languages. It comes with several example applications for the Visual Studio 2010 (C++, C# and VB). You can download it from here...

Part and Inventory Search

Back
Top