@hackage usb0.4
Communicate with USB devices
Categories
License
BSD-3-Clause
Maintainer
Bas van Dijk <v.dijk.bas@gmail.com>
Links
Versions
Installation
CustomDependencies (9)
- MonadCatchIO-transformers >=0.2 && <0.3
- MonadCatchIO-transformers-foreign >=0.1 && <0.2
- base >=4 && <4.3
- base-unicode-symbols >=0.1.1 && <0.3
- bindings-libusb >=1.3 && <1.5
- bytestring >=0.9 && <0.10 Show all…
Dependents (9)
@hackage/usb-safe, @hackage/usb-iteratee, @hackage/acme-everything, @hackage/ftdi, @hackage/ls-usb, @hackage/blink1, Show all…
This library enables you to communicate with USB devices from userspace. It is implemented as a high-level wrapper around bindings-libusb which is a low-level binding to the C library: libusb-1.*.