|
From: Tom M. <tme...@gm...> - 2012-04-27 19:51:55
|
Bengt Martensson wrote: >Brian J. Murrell wrote: >> The only thing I found was the gap between duplicate key sends was >> not quite long enough to defeat the STBs de-bouncing when doing >> something like: >> # irsend SEND_ONCE xmpff-1 3 3 >> >> For the duplicate key press situation I can do: >> # irsend SEND_ONCE xmpff-1 3; sleep .5; irsend SEND_ONCE xmpff-1 3 >> >> and it works as expected. I wrote about the same problem with a Thompson DTA in these threads: http://sourceforge.net/mailarchive/forum.php?thread_name=4F94A895.6090500%40gmail.com&forum_name=lirc-list http://sourceforge.net/mailarchive/forum.php?thread_name=4F809A16.9050904%40gmail.com&forum_name=lirc-list No one had any suggestions. > The used protocol XMP-1... Is that the same as XMP (flags XMP) as used by: http://lirc.sourceforge.net/remotes/motorola/DTA100 ? > ...with final frame is unfortunately quite > complicated, containing both a long intro sequence, and long repeat > sequence, AND a long ending sequence. LIRC cannot (as I recall) do > anything near this. Be happy that it "almost" works! Interesting. Any pointers you can provide for more information on this? I'd like to understand the problem better, confirm if it applies to my situation, and see what can be done to fix it. If LIRC doesn't fully implement XMP, or the variation in use, then would using raw codes be a workaround? Thanks, -Tom |