home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / apple / 29 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  3.1 KB

  1. Xref: sparky comp.sys.apple:29 comp.dcom.modems:13081
  2. Newsgroups: comp.sys.apple,comp.dcom.modems
  3. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!blaze.cs.jhu.edu!whatever.cs.jhu.edu!swiet
  4. From: swiet@whatever.cs.jhu.edu (Alexander Swietlicki)
  5. Subject: Re: Terminal Emulator for Apple //e
  6. Message-ID: <1992Sep7.212924.20809@blaze.cs.jhu.edu>
  7. Sender: news@blaze.cs.jhu.edu (Usenet news system)
  8. Organization: Johns Hopkins Computer Science Department, Baltimore, MD
  9. References: <1992Sep3.212736.20856@oswego.Oswego.EDU>
  10. Date: Mon, 7 Sep 1992 21:29:24 GMT
  11. Lines: 54
  12.  
  13. In article <1992Sep3.212736.20856@oswego.Oswego.EDU> ostroff@oswego.Oswego.edu (Boyd Ostroff) writes:
  14. >We have an 128K Apple //e (and also a 256K memory card if that matters)
  15. >with duo-disk and monochome monitor.  Since it is not seeing any productive
  16. >use I was hoping to use it as a terminal emulator.
  17. >
  18. >Now I don't use Apple II's anymore, but I used to, and even bought one of
  19. >the very first.  Anyway, I have an old emulator called "Pro Term" and
  20. >when I tried using it with the //e at 9600 baud it was pretty worthless.
  21. >The first line or two of output was fine, then as it continued down the
  22. >screen more and more characters were missing until it degenerated into
  23. >complete gibberish.  Evidently the //e and Super Serial Card just can't
  24. >handle 9600 baud.
  25.  
  26.     I have a //c and a ][+.  The ][+ with the Super Serial Card will
  27. handle 19200 baud with Kermit.  Kermit's emulation is shaky on the ][+,
  28. though.  ProTerm 3.0 should be able to handle 19200 baud (possibly 38400??)
  29. with solid vt100 emulation (among others).  ProTerm is commercial, whereas
  30. Kermit is free...but ProTerm has many more features.  It depends what you're
  31. looking for.   Both ProTerm and Kermit work with a //e or //c.  The ][+
  32. can only use Kermit.
  33.  
  34. >there were still characters dropped.  Also, the emulator does not support
  35. >vt100 and the vt52 emulation didn't work quite right with my unix termcap.
  36.  
  37.     There are also generic apple2 termcap entries.  They do not support
  38. scroll-up (as vt100 does), so while it will work, it will be significantly
  39. slower for text editing.
  40.  
  41.     Here are some BSD-type entries from /etc/termcap:
  42.  
  43. # From Peter Harrison, Computer Graphics Lab, San Francisco
  44. #   ucbvax!ucsfmis!harrison  .....uucp
  45. #   ucbvax!ucsfmis!harrison@BERKELEY   .......ARPA
  46. # "These two work.  If you don't have the inverse video chip for the
  47. # Apple with videx then remove the so and se fields."
  48. zO|DaleApple|Apple with videx videoterm 80 column board with inverse video:\
  49.         :do=^J:am:le=^H:bs:cd=^K:ce=^]:cl=300^L:cm=^^%r%+ %+ :co#80:ho=^Y:\
  50.         :kd=^J:kl=^H:kr=^U:kh=^Y:\
  51.         :li#24:nd=^\:pt:so=^Z3:se=^Z2:up=^_:xn:
  52. #
  53. zh|appleII|apple ii plus:vs=\024\103\066:ve=\024\103\062:\
  54.         :am:co#80:ce=\035:li#24:cl=\014:bs:nd=\034:up=\037:ho=\E\031:pt:\
  55.         :cd=\013:so=\017:se=\016:cm=\036%r%+ %+ :is=\024T1\016:do=^J:kd=^J:\
  56.         :vb=\024G1\024T1:kr=:
  57. #  Gary Ford 21NOV83
  58. #  New version from ee178aci%sdcc7@SDCSVAX.ARPA  Fri Oct 11 21:27:00 1985
  59. zi|apple-80|apple II with smarterm 80 col:\
  60.         :am:bs:bt=^R:bw:cd=10*^K:ce=10^]:cl=10*^L:cm=^^%r%+ %+ :\
  61.         :co#80:cr=10*^M:do=^J:ho=^Y:le=^H:li#24:nd=^\\:up=^_:
  62. #
  63.  
  64.  
  65.     Alex
  66.  
  67.