home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mskermit / msvwng.bwr < prev    next >
Text File  |  2020-01-01  |  3KB  |  71 lines

  1. 10-Jul-86 12:01:26-EDT,2528;000000000001
  2. Mail-From: SY.CHRISTINE created at 10-Jul-86 12:01:23
  3. Return-Path: <BEC.SHAPIN@USC-ECL.ARPA>
  4. Received: from USC-ECL.ARPA by CU20B.COLUMBIA.EDU with TCP; Wed 9 Jul 86 17:17:38-EDT
  5. Date: Wed 9 Jul 86 14:16:38-PDT
  6. From: Ted Shapin <BEC.SHAPIN@USC-ECL.ARPA>
  7. Subject: Wang Bug & terminal codes
  8. To: info-kermit@CU20B.COLUMBIA.EDU
  9. Phone: (714)961-3393; Mail:Beckman Instruments, Inc.
  10. Mail-addr: 2500 Harbor Blvd., X-11, Fullerton CA 92634
  11. Message-ID: <12221385685.45.BEC.SHAPIN@USC-ECL.ARPA>
  12. ReSent-Date: Thu 10 Jul 86 12:01:23-EDT
  13. ReSent-From: Christine M Gianone <SY.CHRISTINE@CU20B.COLUMBIA.EDU>
  14. ReSent-To: sy.fdc@CU20B.COLUMBIA.EDU
  15. ReSent-Message-ID: <12221590439.67.SY.CHRISTINE@CU20B.COLUMBIA.EDU>
  16.  
  17. I spent a lot of time trying to find out why
  18. Field Test Wang MSKERMIT 2.29  26 May 86 wouldn't
  19. work but version 2.28 would.
  20.  
  21. Apparently the SET BAUD command is executed without complaint
  22. but has no effect in 2.29 (as shown by the STATUS command).
  23.  
  24. SET BAUD works in 2.28 (but 2.28 has other problems, e.g.
  25. STATUS doesn't work).
  26.  
  27. Ted Shapin
  28.  
  29. P.S.  Here is info on WANG terminal emulation control codes,
  30. if someone would like to incorporate this in the WANG dependent
  31. module:
  32. Date: Tue, 14 Jan 86 13:41:17 est
  33. From: "Mark A. Ardis" <ardis%wang-inst.csnet@CSNET-RELAY.ARPA>
  34. Subject: Turbo Pascal (MSDOS) on Wang PCs
  35.  
  36. Yes, generic MS-DOS Turbo Pascal runs on Wang PCs without IBM
  37. emulation.  I have run both versions 2.0 and 3.0.  The hardest part of
  38. getting it to run is digging out the technical information for the
  39. "tinst" (terminal installation) program:
  40.  
  41. cursor lead-in: 27 91
  42. cursor positioning between line and column: 59
  43. cursor positioning after line and column: 102
  44. column first?: n
  45. offset to line: 0
  46. offset to column: 0
  47. binary address?: n
  48. 2 or 3 ASCII digits?: 2
  49. clear screen: 27 91 50 74
  50. does clear screen home?: y
  51. delete line: 27 91 49 77
  52. insert line: 27 91 49 76
  53. erase to end of line: 27 91 48 75
  54. start of low video: 27 91 48 109
  55. start of normal video: 27 91 49 109 number of rows: 24
  56. number of columns: 80
  57. delays (all): 0
  58. operating frequency: 8
  59.  
  60. I have given all the values in ASCII (decimal---the way "tinst" wants
  61. them).  The "low" and "normal" video commands are a little confusing.
  62. You may want to experiment with changing them.
  63.  
  64. --
  65. Mark A. Ardis                           ardis%wanginst@CSNet-Relay (CSNet)
  66. Wang Institute of Graduate Studies       ...!decvax!wanginst!ardis (UUCP)
  67. Tyng Road, Tyngsboro, MA 01879          (617) 649-9731
  68.  
  69.  
  70. -------
  71.