home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource3 / 121_01 / tl370.doc < prev    next >
Encoding:
Text File  |  1985-08-21  |  1.6 KB  |  68 lines

  1.  
  2.  
  3.      TL370 (1)                 BDS C Users' Group                 TL370 (1)
  4.  
  5.  
  6.  
  7.  
  8.      NAME   
  9.      NAME 
  10.           tl370 - dumb terminal emulator with file transfer 
  11.  
  12.  
  13.      SYNOPSIS   
  14.      SYNOPSIS 
  15.           tl370   
  16.           tl370 
  17.  
  18.  
  19.      DESCRIPTION   
  20.      DESCRIPTION 
  21.           TL370 is a modified version of Telnet v2.3, as distributed 
  22.           with v1.46 of the BDS C compiler.  The modification consists 
  23.           of the addition of optional XON/XOFF handshaking for file 
  24.           transmission.  
  25.           This program uses a modem to emulate a dumb terminal.  
  26.           Incoming data may be buffered in memory and written to disk, 
  27.           data may be transmitted from disk to the modem, or files may 
  28.           be formally transferred in a "checksum" mode with automatic 
  29.           handshaking and buffering.  
  30.  
  31.  
  32.      CAVEATS   
  33.      CAVEATS 
  34.           This program was tested with v1.50 of the BDS C compiler 
  35.           under CP/M 2.2.  It should work with other versions of BDS C 
  36.           and CP/M, but has not been tested.  
  37.  
  38.  
  39.      SEE ALSO   
  40.      SEE ALSO 
  41.           tel(1),telnet(1) 
  42.  
  43.  
  44.      WARNINGS   
  45.      WARNINGS 
  46.           The checksum file transfer does not follow the XMODEM 
  47.           protocol.  
  48.  
  49.  
  50.      BUGS   
  51.      BUGS 
  52.           TL370 assumes that the CP/M console is much faster than the 
  53.           modem (e.g. a 1200+ baud console with a 300 baud modem).  
  54.  
  55.  
  56.      NOTES   
  57.      NOTES 
  58.           Requires local.c for link.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.                                       -1-
  85.  
  86.  
  87.  uses a modem to emulate a dumb terminal.  
  88.           Incoming data may be buffered in memor