Small linux application for the Delock IR to USB adapter 61574. It detects IR commands from a (universal) IR remote control and creates x windows events. Used to control xbmc when keyboard commands for up, down, etc. are created from IR commands.
Follow Delock IR to USB Remote Control Adapter
Other Useful Business Software
Build Securely on Azure with Proven Frameworks
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Rate This Project
Login To Rate This Project
User Reviews
-
Hi Mehdi, Currently I stopped working on this project. Regarding the initialization I copied this from a Windows analyzer, it kind of worked. Improving it currently is out of my scope - using interrupt_write sounds like a good idea. Best regards, dasmuli
-
Hi! Thanks to share this software with us, it is a good starting point to do something with this infrared USB stick. I'm quite new in USB programming so I have few questions: You are sending init_data[6]={0x55,0xaa,0x02,0x00,0xff,0xff}; before reading. Is it a kind of device configuration? I successfully communicate with an arduino by a serial infrared link, but the range is really short. You said you want to improve it. How can you do that? I guess bulk_write bulk_read is for serial communication through IR (IRDA). For me interrupt_write would be for other protocols such as rc5. no? a last thing: if you want a serial access to your device: sudo modprobe usbserial vendor=0x1685 product=0x0200 (this will create for example /dev/usb0, so any program dealing with a serial link will have access) Thanks, Mehdi