home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Tools / Serial / README < prev    next >
Encoding:
Text File  |  1998-03-18  |  1.2 KB  |  22 lines

  1. kermit4f.85.tar.gz is a C version of that should compile (split I/D) under
  2. 7th Edition Unix. I haven't tried it.
  3.  
  4. uue.shar is a short pair of programs quickly hacked together to move a binary
  5. file over a 7-bit terminal line to V7. There is no checksumming.
  6.  
  7. kserve.mac is a kermit server for RT-11, by John Wilson. Here's the README:
  8.  
  9.     Server-only Kermit for RT-11.  Written entirely from scratch (well,
  10.         based partly on another RT-11 Kermit I wrote), it has nothing to do
  11.         with K11.  It has no long packet or sliding window support, but on the
  12.         bright side it can be assembled under V4 and is FAR smaller than K11
  13.         (which for some reason is written in the style of compiler output).
  14.         Use "REM K SET FILE TYPE BINARY" to set binary mode (as opposed to just
  15.         "REM SET FILE TYPE BINARY", the protocol for this command is not in the
  16.         on-line Kermit spec and I didn't find out how to do it until after I'd
  17.         written the REM K version).  It uses double-buffered file I/O and
  18.         maintains 9600 baud even with DECtape.  There's no prompt or anything
  19.         since it's just a server, just type "RUN KSERVE" and escape back to
  20.         your local Kermit.
  21.  
  22.