MicroTerminale: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
* http://man.he.net/man4/console_codes | * http://man.he.net/man4/console_codes | ||
* http://www.vt100.net/vt_history | * http://www.vt100.net/vt_history | ||
* http://lcd-linux.sourceforge.net/ |
Revision as of 17:45, 7 November 2012
Un terminale fisico implementato su microcontrollore.
periferiche:
- display (lcd a caratteri)
- tastiera (ps2? usb?)
terminal mode:
- vt100 ?
- vt102 ?
- vt220 ?
uscita: rs232 con livelli TTL
il codice https://github.com/74hc595/Terminalscope/blob/master/terminal.c sembra agevolmente sciacallabile e ben fatto.
vanno reimplementate le funzioni lato uart e lato display (https://github.com/74hc595/Terminalscope/blob/master/video.c).
USB host mode:
uC candidati:
letture:
- http://www.xfree86.org/current/ctlseqs.html
- http://www.tldp.org/HOWTO/html_single/Text-Terminal-HOWTO/
- http://www.linusakesson.net/programming/tty/index.php
- http://www.catb.org/~esr/terminfo/
- http://pubs.opengroup.org/onlinepubs/007908799/xcurses/terminfo.html#tag_002_001_001
- http://www.msarnoff.org/terminalscope/
- http://man.he.net/man4/console_codes
- http://www.vt100.net/vt_history
- http://lcd-linux.sourceforge.net/