The KOA2 page turn command data are completely different from the Voyage, as is the event number. See post #1 in this thread for more elaborate description.
To capture the data:
Code:
cat /dev/input/event5 > nextpage.dat
^C
cat /dev/input/event5 > prevpage.dat
^C
To turn to the next page:
Code:
cat nextpage.dat > /dev/input/event5
Data files contents:
Code:
od -t x1 nextpage.dat
0000000 75 e7 89 5a 16 43 02 00 01 00 6d 00 01 00 00 00
0000020 75 e7 89 5a 16 43 02 00 00 00 00 00 00 00 00 00
0000040 75 e7 89 5a b9 f8 04 00 01 00 6d 00 00 00 00 00
0000060 75 e7 89 5a b9 f8 04 00 00 00 00 00 00 00 00 00
od -t x1 prevpage.dat
0000000 97 e7 89 5a 5f db 04 00 01 00 68 00 01 00 00 00
0000020 97 e7 89 5a 5f db 04 00 00 00 00 00 00 00 00 00
0000040 97 e7 89 5a db de 07 00 01 00 68 00 00 00 00 00
0000060 97 e7 89 5a db de 07 00 00 00 00 00 00 00 00 00