|
From: Kristian L. <kri...@ho...> - 2009-01-22 14:14:33
|
Hi I have created my own hacked remote daemon because I use some hardware not supported by the LIRC community. It is based on the "hw_tira.c" file. When I start the daemon with > sudo lircd -L lircd.log -d /dev/ttyUSB0 I get the message: lircd: WARNING: config file contains no valid remote control definition Which is quite understandable because I have not created any config file yet. When I run the irw-application >sudo irw I can afterwards see that the lircd.log state that I get the right data from the remote My data is put into an "unsigned long long" (ir_code) I only use the first 4 bytes (right now). An example is "00010032" (hex values) I know I need to create some sort of mapping but is not sure how to do this and where to put it? I have tried with the irrecord application, but it does not output anything. I have tried with both > irrecord --driver=tira --device=/dev/ttyUSB0 myconfig.lirc and > sudo irrecord --driver=tira --device=/dev/ttyUSB0 myconfig.lirc Please advice??????? Best Regards, Hotlips _________________________________________________________________ Show them the way! Add maps and directions to your party invites. http://www.microsoft.com/windows/windowslive/events.aspx |