reintom@rocky2.UUCP (Tom Reingold) (01/19/87)
[] In article <286@sjfc.UUCP>, cm3381@sjfc.UUCP (Chris Mckechney) writes: > For some reason then VAX i'm working on doesn't have the TERMCAP > for a Tandy TRS-80 model III, The operating system is a UNIX 4.2. > I hope (pray to God) someone has this Termcap, it would make working > at home a million times easier. > > Thank you. > > Chris M. If you can get a copy of a terminal program called ST80III, I have a termcap entry I wrote for it. Terminal emulation is determined by the software you run, not the hardware. ST80III was the best terminal program I had when I used a Model III. I say this because it was the only one able to keep up at 1200 bps. It was written for the Model I so it had some bugs. It did not allow printing, and exiting was done by booting, not hitting the key for exiting. Here is my entry. I hope you can get ST80III somewhere. I don't have it any more. qT|trs80|Radio Shack TRS-80 Model III:am:bc=^X:bs:bw:\ :cd=\EJ:ce=\EK:cl=^L:co#64:ho=\EH:kb=^H:ll=\EYAa:\ :li#16:nd=^Y:sr=^Z:up=^Z:vb=\200: Do you know someone who can use my old Model III? I would sell it very cheap. I mean very cheap. -- Tom Reingold; The Rockefeller University; 1230 York Av; NY 10021 PHONE: (212) 570-7709 [office]; (212) 304-2504 [home] ARPANET: reintom@rockefeller.arpa BITNET: REINTOM@ROCKVAX UUCP: {seismo|ihnp4|yale|harvard|philabs|phri}!cmcl2!rna!rocky2!reintom
cameron@cadvaxoz.eecs.unsw.oz (Cameron Simpson) (01/28/87)
>> For some reason then VAX i'm working on doesn't have the TERMCAP >> for a Tandy TRS-80 model III, The operating system is a UNIX 4.2. >> I hope (pray to God) someone has this Termcap, it would make working >> at home a million times easier. > >If you can get a copy of a terminal program called ST80III, I have a >termcap entry I wrote for it... > >qT|trs80|Radio Shack TRS-80 Model III:am:bc=^X:bs:bw:\ > :cd=\EJ:ce=\EK:cl=^L:co#64:ho=\EH:kb=^H:ll=\EYAa:\ > :li#16:nd=^Y:sr=^Z:up=^Z:vb=\200: On the other hand, if you're using a straight forward modem program, which simply calls the ROM's display driver, the Model III looks just like a Model I. I have two termcap entries for this. The second one is for the standard driver with a few bells and whistles to make vi efficient. I'll send you the (assembler) source to the front end (which adds the bells and whistles) if you want it. Mail me if you do. - Cameron Simpson ACSnet: cameron@cadvax.jmrc.unsw.oz UUCP: ...!seismo!munnari!cadvax.jmrc.unsw.oz!cameron ------------------------------------------------------------------------------- # This describes the trusty TRS-80 Model I t1|trs80m1|TRS-80 Model I:\ :am:bc=\030:bw:cd=\037:ce=\036:cl=\034\037:co#64:cr=\035:\ :do=\032:ho=\034:is=\034\016:kd=^J:kh=\037:kl=^H:kr=^I:\ :ku=[:li#16:ll=\034\033:nd=\031:nl=\032:sf=\034\033^M\200\200\200:\ :up=\033:ve=\016:vs=\016: # My trusty Model I is too cumbersome running vi at 300 baud, # so I added insert and delete line and character, cursor motion, and bell # to a front end (well, bell ain't implemented yet ...) # oh yeah, it knows about tabs, too ... t2|trs80m1cs|TRS-80 Model I with my smarter display driver:\ :ic=^O\Ei^N:dc=^O\Ed^N:al=^O\EI^N:dl=^O\ED^N:im=:\ :cm=^O\EC%r%+@%+@^N:sr=\034\EI:vb=^G:\ :tc=trs80m1: