TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (385 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (97 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (139845 times)
  2. FAT32 Library (72210 times)
  3. Network Ethernet Library (57392 times)
  4. USB Device Library (47740 times)
  5. Network WiFi Library (43364 times)
  6. FT800 Library (42700 times)
  7. GSM click (29980 times)
  8. mikroSDK (28440 times)
  9. PID Library (26989 times)
  10. microSD click (26398 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Library

USB-HID dll for Delphi (and perhaps other languages)

Rating:

5

Author: dany

Last Updated: 2017-01-07

Package Version: 2.0.0.1

Category: USB

Downloaded: 7104 times

Not followed.

License: MIT license  

Two versions of an USB-HID dll, meant for PC (Delphi, etc...) usage:

A basic version, developed by Joop Beunders,

A somewhat more extended version, based on the basic version of Joop.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "USB-HID dll for Delphi (and perhaps other languages)" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "USB-HID dll for Delphi (and perhaps other languages)" changes.

Do you want to report abuse regarding "USB-HID dll for Delphi (and perhaps other languages)".

  • Information
  • Comments (5)
DOWNLOAD LINK RELATED COMPILER CONTAINS
Other Compiler
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Library Blog

Two versions of an USB-HID dll, meant for PC (Delphi, etc...) usage:
A basic version, developed by Joop Beunders,
A somewhat more extended version, based on the basic version of Joop.

Please look into the example projects for the usage of the DLL's.

------------------------------------------------------------------------------------------------------------------------------------------------
2013-01-19: New version: v2.0.
Reason for the update: Some things did not work well in the extended version regarding report capabilities.

-------------------------------------------------------------------------------------------------------------------------------------
2017-01-01: The source code of the basic library has been made available by its author: Joop Beunders.

ALSO FROM THIS AUTHOR

TempSensors for PIC32

5

The basic functions for the DS18(S/B)20 (onewire digital temperature sensor), including string output, ready to display. A routine to convert a more than 9 bits temperature read from a DS18B20 to a string (to e.g. display on an LCD) is also present. Including Parasite Power and Configuration routines. The LM35 basic functions, code efficient.

[Learn More]

TFTP HTTP pic based file server for FAT32 sd/mmc cards

5

This is a small TFTP fileserver, using an mmc/sd card for file storage. "Small" means the software does not have an error/retry/timeout mechanism. Also file download via HTTP is implemented (URL = 192.168.123.90). This project uses the Ethernet libraries v3.5 by Yo2Lio.

[Learn More]

RTC

16

For P16 and P18:RTC libraries for the PCF8583P and the DS1307, both for hardware I2c and software I2c. No alarm functions provided. Daylight Saving Time version available. For P24: RTCC routines (internal RTCC), including the alarm functions.

[Learn More]