Model T Termcap: Difference between revisions
From Bitchin100 DocGarden
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
The Model T can be used as a serial terminal to a Linux machine. | The Model T can be used as a serial terminal to a Linux machine. | ||
== Alternative termcap files == | |||
[http://www.planetnz.com/palmheads/tandy.php Palmheads] | [http://www.planetnz.com/palmheads/tandy.php Palmheads] | ||
Line 51: | Line 53: | ||
:ve=\EP:vi=\EQ: | :ve=\EP:vi=\EQ: | ||
</pre> | </pre> | ||
== Logging into Mac OSX == | |||
[http://www.club.cc.cmu.edu/~mdille3/doc/mac_osx_serial_console.html General HOWTO] | |||
# Install a USB->Serial adapter and determine the serial device path | |||
# Pick a termcap file | |||
# Compile and install it with tic | |||
# Set up the gettytab to allow login via the serial device path. |
Revision as of 12:07, 4 May 2011
The Model T can be used as a serial terminal to a Linux machine.
Alternative termcap files
The Model 100 Serial Terminal Project
This could be useful if done over some wireless serial->Telnet bridge.
Multiple termcaps for testing...
MZ|m100|trs100|TRS100|radio shack model 100:\ :am:bs:le=^H:li#8:co#40:\ :ku=^^:kd=^_:kl=^]:kr=^\:up=\EA:nd=\EC:ho=\EH:ce=\EK:\ :cd=\EJ:cl=\EE:xt:cm=\EY%+ %+ :\ :so=\Ep:se=\Eq:al=\EL:dl=\EM: MZ|m100v|radio shack model 100 with video:\ :co#80:do=^_:is=\ED:le=^]:li#24:nd:^\:sr=\EI:up=^^:tc=m100: MZ|m200|trs200|TRS200|radio shack model 200:\ :am:bs:le=^H:li#16:co#40:\ :ku=^^:kd=^_:kl=^]:kr=^\:up=\EA:nd=\EC:ho=\EH:ce=\EK:\ :cd=\EJ:cl=\EE:xt:cm=\EY%+ %+ :\ :so=\Ep:se=\Eq:al=\EL:dl=\EM:
trs100|m100|Radio Shack Model 100, am, xt, cols#40, lines#8, acsc=l\360m\355k\362j\367t\364u\371v\370w\363q\361x\365n372`\235a\377f\246g\215~\257\,\233+\232.\231-\230h\377O\357, bel=^G, clear=\EE, cr=^M, cub1=^H, cud1=^J, cuf1=\EC, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, il1=\EL, ind=^J, kbs=^H, kcub1=^], kcud1=^_, kcuf1=^\, kcuu1=^^, nel=^M^J, rmso=\Eq, smso=\Ep, m100v|Model 100 with DVI, cols#80, lines#24, cub1=^], cud1=^_, cuf1=^], cuu1=^^, is2=\ED, kbs=^H, kcub1=^H, kcud1=^J, ri=\EI, use=m100,
trs100|Radio Shack Model 100:\ :am:bs:xt:\ :co#40:li#8:\ :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :\ :cr=^M:dl=\EM:do=^J:ho=\EH:kb=^H:kd=^_:kl=^]:kr=^\:\ :ku=^^:le=^H:nd=\034:se=\Eq:sf=^J:so=\Ep:up=\EA:\ :ve=\EP:vi=\EQ:
Logging into Mac OSX
- Install a USB->Serial adapter and determine the serial device path
- Pick a termcap file
- Compile and install it with tic
- Set up the gettytab to allow login via the serial device path.