HID for FireMonkey
Delphi and C++Builder library for communicating with HID USB devices.
- Built on the HIDAPI library
- Supports Windows (32/64-bit), macOS, and Linux
- Compatible with Delphi/C++Builder XE2 - 13
- Source code included in the registered version
- Royalty-free distribution in applications
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: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