gary-rowe / hid4java

A cross-platform Java Native Access (JNA) wrapper for the libusb/hidapi library. Works out of the box on Windows/Mac/Linux.
MIT License
229 stars 71 forks source link

USB HID keyboard emulation possibility #73

Closed ekondrashev closed 6 years ago

ekondrashev commented 6 years ago

Hi, could you please clarify if it is possible to emulate HID devices like keyboard or mouse with hid4java project?

gary-rowe commented 6 years ago

Unfortunately not. HID devices are generally a special case for the kernel and are quite restricted. See this comment for more details.