About me I've been a computer programmer since I first started typing in program listings on a Commodore Vic 20 when I was about 8. My hobbies include electronics, CNC manufacturing, photography, beer and winemaking.
I live with my wife and lots of left-over parts from unfinished projects in Lincoln, Nebraska, USA.]
Blog
5 May 2009, 1:43 UTCqq: 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:
qq 4.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
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:
| 4.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
All older entries
Website Copyright © 2004-2024 Jeff Epler