home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / cmsqueens / cm2mit.bwr < prev    next >
Text File  |  2020-01-01  |  4KB  |  80 lines

  1.  7-Nov-85 21:19:26-EST,2000;000000000011
  2. Return-Path: <rjbm%ti-eg.csnet@CSNET-RELAY.ARPA>
  3. Received: from CSNET-RELAY.ARPA by CU20B.COLUMBIA.EDU with TCP; Thu 7 Nov 85 21:19:22-EST
  4. Received: from ti-eg by csnet-relay.csnet id ah03140; 7 Nov 85 20:42 EST
  5. Date:     Thu, 7 Nov 85 17:00 CDT
  6. From:     Richard_Berke <rjbm%ti-eg.csnet@CSNET-RELAY.ARPA>
  7. To:       info-kermit%cu20b.columbia.edu@csnet-relay.arpa
  8. cc:       rjbm%ti-eg@csnet-relay.arpa
  9. Subject:  Trouble with latest KERMIT-CMS in PASCAL/VS
  10.  
  11. I have tried the new PASCAL/VS KERMIT/CMS version mentioned in Info-Kermit
  12. Vol3:No28 of Fri Nov 1, 1985.
  13.  
  14. My micro kermit is KERMIT-MS 2.28 running on a TIPC, with MS-DOS 2.13.
  15.  
  16. Though I am eager to use KERMIT-CMS' features, I have had troubles:
  17.  
  18. Problems so far:
  19.  
  20. The DIRectory command for remote execution fails entirely.  The micro gets a
  21. message that "... ? unable to receive data."  and the VM KERMIT is trying to
  22. display the listing of the files to the VM screen, even though it is in 
  23. server mode.  The VM KERMIT gets further stuck when trying to process the
  24. VM wild card (ie.   * EXEC *), and it takes CTRL-T, then EXT, then HX to get
  25. out of it's loop.  This completely aborts the program.
  26.  
  27. The REMOTE TYPE command has a character translation error:  the capital Y
  28. is somehow wrong, and appears on the TIPC as a down arrow.  The documentation
  29. I have on the TIPC says that is somehow a CTRL-Y (decimal 25 ascii) 
  30. representation.  It's annoying, but not damaging.   The a-to-e xlation table
  31. in the PASCAL source file looks fine, as does the e-to-a.
  32.  
  33. Binary files bomb on transmission, and there is no SET FILE TYPE command on 
  34. this version.  On the CMS 2.0 ASSEMBLE version, SET FILE BINARY does allow
  35. binary files to transfer safely.
  36.  
  37. I was too chicken to try out a REMOTE ERASE  (another new feature of this 
  38. version.)
  39.  
  40.  
  41.  
  42. For what it's worth, those are my results.   I'm not enough of a programmer
  43. to be able to fix what's there.
  44.  
  45. Regards,
  46.  
  47. Richard Berke
  48. Texas Instruments
  49. 214/462-5918
  50. 11-Nov-85 13:21:20-EST,1571;000000000011
  51. Received: from CUVMA by CU20B with HASP; 11 Nov 85 13:21:02 EST
  52. Received: from QUCDN(MAILER) by CUVMA (Mailer X1.21) id 5763;
  53.           Mon, 11 Nov 85 13:18:39 EST
  54. Received: by QUCDN (Mailer X1.21) id 8193; Mon, 11 Nov 85 13:19:20 EST
  55. Date:    Mon, 11 Nov 85 13:17 EST
  56. From:    VIC@QUCDN
  57. To:      sy.fdc@cu20b
  58. Subject: PASCALVS Kermit/CMS
  59.  
  60.      This is a note I sent to Richard Berke regarding his problems.
  61. --------------------------------------------------------------------
  62. 1.  I checked out the problems you discribed using both the assembler
  63. version from Columbia KERMIT-MS and our own Turbo pascal KERMIT-QK with
  64. the PASCALVS KERMIT/CMS.  I also tested it going via a SERIES/1 and
  65. via COMTEN.   The problem with REMOTE DIR command maybe just that the
  66. terminal LINESIZE setting may not have gotten set to the proper length.
  67. The system default for linemode terminals is 72. This must be set to
  68. some value larger than 80 inorder for the REMOTE DIR command to work.
  69. Our version of KERMIT/CMS has set this to 132, but an older version may
  70. not have set this or for some reason the command failed to set it.
  71. Do a CP QUERY TERM while in KERMIT/CMS command mode to verify the setting.
  72.  
  73. 2.  I was not able to get your remote TYPE problem.  It sounds like a
  74.  TI problem or a hardware failure. My Capital Ys are OK.
  75.  
  76. 3.  To transfer Binary Files with PASCALVS KERMIT/CMS, simply turn the
  77. TRANSLATION off.  " SET TRANS OFF ".  Binary files will be stored as
  78. variable length records.  The largest record size is 32756 which is a
  79. FILEDEF restriction.
  80.