bengtmartensson / HarcHardware

HarcHardware is a collection of Java routines for accessing hardware, files, network resources etc.
http://www.harctoolbox.org/HarcHardware.html
GNU General Public License v3.0
3 stars 4 forks source link

Support Iguana USB IR transciever, sending & receiving #4

Closed bengtmartensson closed 4 years ago

bengtmartensson commented 6 years ago

http://www.iguanaworks.net/products/usb-ir-transceiver/

Look at Lirc (driver iguanaIR.c) and Linux. @leamas is a knowledge source.

This issue replaces https://github.com/bengtmartensson/harctoolboxbundle/issues/53

bengtmartensson commented 4 years ago

This device is in modern Linuxes supported by the kernel, i.e. using the /dev/lirc interface, which is already covered by DevSlashLirc. In this sense, it is already supported on Linux.

Disadvantages:

Setting this to wontfix. If someone volunteers, they are welcome.