讀取 mouse or keyboard 的值

cat /dev/input/event0
cat /dev/input/mice
cat /dev/input/mouse0

event 代表  mouse or keyboard
上面看不到值,可以利用 hexdump轉成看得懂得方式輸出

example:
cat /dev/input/mice | hexdump

0000000 fe18 1800 08e5 7908 1827 1e8c f818 080a
0000010 0e66 8c18 0802 024e fa18 0804 347e 5408
0000020 1824 0cc4 0628 28fd fa1a 1428 28fc fe0a

如何解讀還不知道@@@


留言

這個網誌中的熱門文章

NMEA標準格式 -- GPS

網路 Transformer 的用途

cut,sed,awk 字串處理