home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / ckc072.zip / ckoker.ann < prev    next >
Text File  |  1989-03-15  |  3KB  |  72 lines

  1.                        Announcing C-Kermit for OS/2
  2.  
  3. A version of C-Kermit for OS/2 is now available for beta testing.  Any bugs,
  4. suggestions or complaints should be sent to C.Adie@uk.ac.edinburgh.  This
  5. first version is 1.0b - the 'b' indicates it is a pre-release version.
  6.  
  7. C-Kermit runs in OS/2 protected mode, so you can transfer files in the
  8. background while doing something else in the foreground.  If you do a
  9. lot of file transfer, it may be worthwhile upgrading to OS/2 for this
  10. reason alone. 
  11.  
  12. A full VT100 emulator is incorporated, with an extended display buffer
  13. like MS-Kermit.
  14.  
  15. I've used the letter 'O' as the system-specific identifier for OS/2, so
  16. the release files are named as follows:
  17.       CKOKER.EXE      The executable program
  18.       CKOKER.DOC      Documentation
  19. The sources for the program and the Scribe source for the documentation
  20. will be made available when beta testing is over.
  21.  
  22. C-Kermit for OS/2 runs on OS/2 Standard edition 1.0 (or on 1.1 in a
  23. Presentation Manager window).  It makes use of the COM01.SYS (or perhaps
  24. COM.SYS in some versions of OS/2) device driver, which must be loaded in
  25. the CONFIG.SYS file.  There are believed to be no major bugs, but the
  26. following minor problems exist:
  27.  
  28. *  Stop bits: There is currently no  mechanism for altering the number of  stop
  29.    bits, which is fixed at 1.
  30. *  Server breakout:  There is  no way  of stopping  server operation  from  the
  31.    keyboard, short of Control-Break.
  32. *  Dial: The DIAL command has not  been tested.  It is impossible to  terminate
  33.    the dialling process short of pressing Control-Break.
  34. *  Multiple copies: Multiple  copies of Kermit  accessing multiple comms  ports
  35.    simultaneously has not been tested.
  36. *  Multiple send from command line:  At present, a wildcard file  specification
  37.    cannot be given as the argument to the '-s' command line option.  Thus, only
  38.    a single file can be sent using a command line.
  39. *  Half-duplex terminal emulation does not work correctly.
  40.  
  41. There are also some further minor bugs or areas for improvement which are
  42. detailed at the end of the documentation.
  43.  
  44. Chris Adie
  45. 5 Aug 88
  46.  
  47. ------------------------------
  48.  
  49. Date: Wed, 15 Mar 89 13:34 CST
  50. From: C.J.Adie@edinburgh.ac.uk
  51. Via: LOWEY%SASK.USask.CA@cuvmb.cc.columbia.edu
  52. Subject: OS/2 kermit, here it is!!!
  53.  
  54. This is to announce a new version of C-Kermit for OS/2.  Version 1.0p
  55. fixes a number of bugs in the VT100 terminal emulator, which is now
  56. upgraded to a VT102.  Many thanks to all those who commented on the
  57. previous releases, and particularly to Kevin Lowey at the University of
  58. Saskatchewan and to Peter White of the University of New Brunswick for
  59. their advice on the emulation.  The documentation is also updated, to
  60. explain better the interaction of Kermit with the OS/2 MODE utility.
  61.  
  62. If no bugs are reported to me by Monday 1st May 1989, this version
  63. will become the first full (ie. non-beta-test) release of C-Kermit for
  64. OS/2, at which point the version number will be changed to 1.0 and the
  65. sources will be released.
  66.  
  67. Please send bug reports to "C.J.Adie@edinburgh.ac.uk"
  68.  
  69. Chris Adie
  70.  
  71. ------------------------------
  72.