|
From: Andrei T. <an...@un...> - 2007-05-05 13:10:09
|
> David Frascone "da...@fr..." wrote:
>
> > Attached is output from mode2 when things are *not* working
David, try xmode2 instead when everything is ok and when it's not
working, if you see that the output is different, then try applying the
patch that I submitted yesterday, or delete these lines in lirc_serial.c
(if that's what you're using):
if(!(dcd^sense)) /* sanity check */
{
/* detecting pulse while this
MUST be a space! */
sense=sense ? 0:1;
}
|