qq: quick & dirty terminal

qq is a quick and dirty terminal application for beagleboard. It's written in Python and requires python-serial. I didn't like cu (no CLOCAL that I could find) or minicom (terminal emulation, keyboard shortcuts and configuration got in the way of real work)

Except for tilde-specials (similar to rsh, ssh and cu), qq just copies data between the local terminal and the given tty. Two tilde specials are defined:

    <CR>~.: quit
    <CR>~b: send break (useful for "alt-sysrq" actions on beagleboard)

Files currently attached to this page:

qq4.0kB

Copyright © 2009 Jeff Epler <jepler@unpythonic.net>

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA



Entry first conceived on 5 May 2009, 1:43 UTC, last modified on 15 January 2012, 3:46 UTC
Website Copyright © 2004-2024 Jeff Epler