# \[ANN\] HidApi.jl to access USB-HID devices

**URL:** https://discourse.julialang.org/t/ann-hidapi-jl-to-access-usb-hid-devices/34670
**Category:** Package Announcements
**Tags:** announcement
**Created:** [February 15, 2020, 8:22am UTC](https://discourse.julialang.org/t/ann-hidapi-jl-to-access-usb-hid-devices/34670 "2020-02-15T08:22:59Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![laborg](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/laborg/32/5474_2.png) [@laborg](https://discourse.julialang.org/u/laborg)
#### Post date: [February 15, 2020, 8:22am UTC](https://discourse.julialang.org/t/ann-hidapi-jl-to-access-usb-hid-devices/34670/1 "2020-02-15T08:22:59Z")

</div>

Hi!

I’ve registered [HidApi.jl](https://github.com/laborg/HidApi.jl). It allows easy interaction with devices that implement the [USB human interface device class](https://en.wikipedia.org/wiki/USB_human_interface_device_class) and should work on all platforms _without any further installation_ (though Linux might require an udev rule per device).

My use case is to configure and automatically run test scripts for a device I’m working with.

Have fun,  
Gerhard

---

<div class="post-metadata">

### Author: ![Sukera](https://avatars.discourse-cdn.com/v4/letter/s/ce7236/32.png) [@Sukera](https://discourse.julialang.org/u/Sukera)
#### Post date: [February 15, 2020, 8:28am UTC](https://discourse.julialang.org/t/ann-hidapi-jl-to-access-usb-hid-devices/34670/2 "2020-02-15T08:28:21Z")

</div>

I think you’ve mixed up the order in the link to the github page. 🤔

---

<div class="post-metadata">

### Author: ![laborg](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/laborg/32/5474_2.png) [@laborg](https://discourse.julialang.org/u/laborg)
#### Post date: [February 15, 2020, 9:07am UTC](https://discourse.julialang.org/t/ann-hidapi-jl-to-access-usb-hid-devices/34670/3 "2020-02-15T09:07:24Z")

</div>

Not anymore! 😉

---

<div class="post-metadata">

### Author: ![oschulz](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/oschulz/32/2998_2.png) [@oschulz](https://discourse.julialang.org/u/oschulz)
#### Post date: [February 16, 2020, 4:19am UTC](https://discourse.julialang.org/t/ann-hidapi-jl-to-access-usb-hid-devices/34670/4 "2020-02-16T04:19:30Z")

</div>

Thanks for this, @laborg! I think we’ll have use for this in a lab setting.
