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
Order HID for FireMonkey $120 USD (license for one developer)
Order HID for FireMonkey multi-license $360 USD (license for all developers in company)
Order HID for FireMonkey year upgrades $60 USD (registered users only)
Order HID for FireMonkey year upgrades multi-license $180 USD (registered multi-license users only)
FAQ
How can I solve Delphi linker error "cannot find -ludev"?
Install libudev on Ubuntu Linux and then update Delphi Linux SDK:
Add read/write access rights to your HID device:
Install libudev on Ubuntu Linux and then update Delphi Linux SDK:
sudo apt-get install libudev-devHow 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