HID for FireMonkey

Delphi and C++ Builder library for communicating with HID USB devices.
  • uses HIDAPI library
  • supports Windows 32/64, macOS and Linux
  • available for Delphi/C++ Builder XE2 - 12
  • source code included in registered version
  • royalty free distribution in applications

Download and order

FAQ

How can I solve Delphi linker error "cannot find -ludev"?
Install libudev on Ubuntu Linux and then update Delphi Linux SDK:
sudo apt-get install libudev-dev
							
How can I solve "Can't open HID device" exception on Ubuntu Linux?
Add read/write access rights to your HID device:
sudo chmod a+rw /dev/hidraw1
							

Related links