By Andy Jenkinson | 12:45 AM BST, Tue June 18, 2013 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 Your name Comment About text formats Normal input Allowed HTML tags: <div> <span> <a href hreflang> <em> <strong> <b> <i> <cite> <blockquote cite> <code> <pre> <ul type> <ol start type> <li> <dl> <dt> <dd> <img src alt height width> <div> <p> <br> <h1> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <table> <tr> <td> <th> <thead> <tfoot> <hr> CAPTCHA Math question 9 + 11 = Solve this simple math problem and enter the result. E.g. for 1+3, enter 4. This question is for testing whether you are a human visitor and to prevent automated spam submissions. 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? Reply 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 Reply Add new comment Comments Your name Subject Comment About text formats Normal input Allowed HTML tags: <div> <span> <a href hreflang> <em> <strong> <b> <i> <cite> <blockquote cite> <code> <pre> <ul type> <ol start type> <li> <dl> <dt> <dd> <img src alt height width> <div> <p> <br> <h1> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <table> <tr> <td> <th> <thead> <tfoot> <hr> CAPTCHA Math question 3 + 3 = Solve this simple math problem and enter the result. E.g. for 1+3, enter 4. This question is for testing whether you are a human visitor and to prevent automated spam submissions.
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? Reply
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 Reply
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?
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