Log in / register
I cross-compiled the interceptty tool for the AR.Drone 2.0 for messing around with a GPS receiver, here's the binary:
http://www.redsilico.com/sites/default/files/interceptty
Sebastian Scharf (not verified)
Sun, 05/10/2015 - 09:42
Permalink
Hi Andy,
I tried to use the interceptty tool like this:
mv /dev/ttyO0 /dev/ttyO0-orig
./interceptty -o ttyO0.out /dev/ttyO0-orig /dev/ttyO0
and I get the error message: Couldn't openpty: No such file or directry
what would be the correct way?
Andy Jenkinson
Mon, 06/01/2015 - 23:02
It has been a long time since I used it so really cannot remember, but I don't think you need to move the original TTY, instead it will create a new file for your application to connect to. It's probably best to go to the author's site:
http://www.suspectclass.com/sgifford/interceptty/interceptty.html
More information about text formats
Comments
Sebastian Scharf (not verified)
Sun, 05/10/2015 - 09:42
Permalink
How to use it correctly
Hi Andy,
I tried to use the interceptty tool like this:
mv /dev/ttyO0 /dev/ttyO0-orig
./interceptty -o ttyO0.out /dev/ttyO0-orig /dev/ttyO0
and I get the error message: Couldn't openpty: No such file or directry
what would be the correct way?
Andy Jenkinson
Mon, 06/01/2015 - 23:02
Permalink
It has been a long time since
It has been a long time since I used it so really cannot remember, but I don't think you need to move the original TTY, instead it will create a new file for your application to connect to. It's probably best to go to the author's site:
http://www.suspectclass.com/sgifford/interceptty/interceptty.html
Add new comment