home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / ckc072.zip / ckoker.bwr < prev    next >
Internet Message Format  |  1988-12-02  |  3KB

  1. From:    C.J.Adie @ uk.ac.edinburgh 31-AUG-1988 16:37
  2. To:    SYSKERMIT
  3. Subj:    Re: OS2 Kermit 1.0b
  4.  
  5. >> Summary:- PS/2 model 80 running OS/2 1.00
  6. >>           Switched into terminale mode OK but didn't transmit.
  7.  
  8. Yes, Doug Moncur at York (?) also had this problem.  I eventually diagnosed
  9. it by remote control as probably due to not providing the right modem
  10. control signals.  CTS and DSR must both be ON, otherwise it won't transmit
  11. anything.  I don't know if Doug tried this - I havn't heard from him since,
  12. so I assume it worked.
  13.  
  14. OS/2 Kermit currently accepts whatever behaviour is set up on the serial port,
  15. which by default is that CTS and DSR must both be present, otherwise
  16. nothing gets transmitted.  Perhaps it would be better to disable explicitly
  17. any sensitivity to the modem control lines, since it seems this is going to
  18. be a source of problems.
  19.  
  20. Chris
  21.  
  22. ------------------------------
  23.  
  24.            <<<HUMAN::DISK$HUMAN_WRKD:[NOTES$LIBRARY]KERMIT.NOTE;1 >>>
  25.                         -< KERMIT reopen for business >-
  26. ================================================================================
  27. Note 566.2        Problems with file transfers and OS/2 Kermit            2 of 2
  28. KOALA::BOEBINGER                                     20 lines   2-DEC-1988 10:55
  29.                             -< Good news, Bad news >-
  30. --------------------------------------------------------------------------------
  31.  
  32. It turns out that I can solve the problem of the modem by playing with the
  33. MODE command under OS/2.  The trick is that the IDSR and ODSR must be set to
  34. OFF.  The MODE command I'm using is as follows:
  35.  
  36. MODE COM1 2400,N,8,1,TO=OFF,XON=OFF,IDSR=OFF,ODSR=OFF,OCTS=ON,DTR=ON,RTS=ON
  37.  
  38. However, I can't transfer any files that have the eighth bit set.  This
  39. includes any ARC files, for example.  It also includes any text files with
  40. MCS characters in them.  The same files can be transferred with the MS-DOS
  41. Kermit, so the problem isn't at the VAX end.  I can move large text files
  42. that don't have any characters with the eighth bit set.
  43.  
  44. The Kermit on the VAX identifies itself as VMS Kermit-32 version 3.3.111.
  45. When I try to transfer an ARC file I get a bunch of T%T%T% symbols followed
  46. by the error "C-Kermit - Timed out."
  47.  
  48. Any ideas?
  49.  
  50. john
  51.  
  52.            <<< HUMAN::DISK$HUMAN_WRKD:[NOTES$LIBRARY]KERMIT.NOTE;1 >>>
  53.                         -< KERMIT reopen for business >-
  54. ================================================================================
  55. Note 566.4        Problems with file transfers and OS/2 Kermit            4 of 4
  56. KOALA::BOEBINGER                                     12 lines   2-DEC-1988 13:23
  57.                          -< So near, and yet so far. >-
  58. --------------------------------------------------------------------------------
  59.  
  60. Alas, no go.
  61.  
  62. I did a SET TERM/PERM/PARITY=EVEN on the VAX side.  I used the MODE command 
  63. under OS/2 to set the parity of the COM1 port.  Then I did SET PARITY EVEN
  64. both to Kermit-32 and then to OS/2 Kermit.  It didn't even get as far as
  65. before.  It usually prints out this "IRS" thing at the begining.  Now it
  66. generates a bunch of "T%" even before it gets to the "R".
  67.  
  68. The thing does fine on text files.  It's anything with that eighth bit set
  69. that gives it gas.
  70.  
  71. john
  72.    --------
  73.  
  74.