[mythtv-users] TiVo Slide Remote, Linux and Scan Codes

Eric Sharkey eric at lisaneric.org
Fri Sep 3 18:51:41 UTC 2010


On Fri, Sep 3, 2010 at 2:11 PM, jmk <jmk at foofus.net> wrote:
> Are there any tricks to hexdump? "hexdump /dev/hidraw5" for two presses
> of "5" returns:
>
> 0000000 0100 0000 001e 0000 0000 0100 0000 0000
> 0000010 0000 0000 1300 0052 0001 1e00 0000 0000
>
> It appears to not be printing the entire code, only 16 bytes at a time.

Try:

hexdump -e '1/1 "%x" "\n"' /dev/hidraw5

Eric


More information about the mythtv-users mailing list