LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   cat /dev/ts (https://www.linuxquestions.org/questions/linux-software-2/cat-dev-ts-302566/)

lyang1981 03-16-2005 09:36 PM

cat /dev/ts
 
Hi there,

I am having great trouble trying to get a trace of my touch screen on Sharp Zaurus SL5600. It is running a Linux 2.4.18 with Qtopia. I know this might not be the perfect place to ask but I really need some help.

All I want to do is to record the touch screen events (by catting /dev/ts to a file) and meanwhile, send the events normally to the screen. After this, I want to play back the events I recorded. It is this simple, but when I tried with this:

# cat /dev/ts
or
# cat /dev/ts > fred

the system doesn't seem to be receiving any pen events, no matter what I click on the touch screen. Although I could see that there are unreadable outputs in the console (or in the fred file).

What shall I do to record the /dev/ts activity without stop the touch screen from sending events?? And how do I play back??

Any thoughts will be hugely appreciated!!

Lei

Matir 03-16-2005 10:08 PM

Most likely, you are reading this from ts and thus making the events unavailable to the system.

J.W. 03-17-2005 01:13 AM

Please do not post the same thread in more than one forum. Picking the most relevant forum and posting it once there makes it easier for other members to help you and keeps the discussion all in one place.

http://www.linuxquestions.org/rules.php

Please post any replies to this thread Thanks -- J.W.


All times are GMT -5. The time now is 04:38 AM.