home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 166 / COMPORT.ZIP / PUTCOM.DOC < prev   
Encoding:
Text File  |  1990-04-01  |  1.3 KB  |  44 lines

  1. PUTCOM
  2. Filter
  3. --------------------------------------------------------------
  4. Purpose   Send a  file through a COM1 when Copy or redirection
  5.           will not work.
  6.  
  7. Note      Will only work with COM1.
  8.  
  9. Format    [d:][Path]PUTCOM [/Bbaud] [/Pparity] [/Ddatabits]
  10.           [/Sstopbits] [/?]
  11.  
  12. Type      External
  13.  
  14. Options   /B to  set the  baud rate.     Valid baud rates are:
  15.           300, 600,  1200, 2400,  4800, 9600.   Only the first
  16.           number is required.
  17.  
  18.           /D to set the databits. Valid databits settings are:
  19.           7, 8.
  20.  
  21.           /P to  set the  parity. Valid  parity settings  are:
  22.           NONE, ODD,  EVEN.    Only  the  first  character  is
  23.           required.
  24.  
  25.           /S to  set the  Stopbits.   Valid stopbits  settings
  26.           are: 1, 2.
  27.  
  28.           /? to  print the current settings, and data as it is
  29.           transmitted.
  30.  
  31. Defaults  /B9600 /Pnone /D8 /S1
  32.  
  33. Example   To send  program HELLO.CNV  through COM1  using  the
  34.           default settings.
  35.  
  36.           A>PUTCOM <HELLO.CNV
  37.  
  38.           To send program HELLO.CNV through COM1 at 4800 baud,
  39.           while displaying characters as sent:
  40.  
  41.           A> PUTCOM <HELLO.CNV /4 /?
  42.  
  43. Machines  IBM
  44.