home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 339.lha / SerMod / Docs / COMM.doc < prev    next >
Text File  |  1990-02-08  |  901b  |  32 lines

  1.  
  2. NAME:        COMM
  3.  
  4. SYNTAX        COMM <baudrate> <mode> <xon/off> <translate>
  5.  
  6. DESCRIPTION:
  7.  
  8.    Sets various parameters as follows:
  9.  
  10.    baudrate  - A numeric value. 300, 1200, 2400, 4800, 9600, 19200, 31250
  11.  
  12.    mode      - ECHO or NOECHO. When in ECHO mode, all characters arriving
  13.                at the serial port are echoed back to the line.
  14.  
  15.    xon/off   - XENABLED or XDISABLED. When Xon/off is enabled, flow control
  16.                will be handled with ^S and ^Q.
  17.  
  18.    translate - TRANLSATE or NOTRANSLATE. When Translate is ON, only ASCII
  19.                characters (0-127) are sent to another program or script.
  20.                When Translate is OFF, the whole 8 bits are sent to
  21.                another program or script.
  22.  
  23.    Warning: All fields must be present in the command, and in the same
  24.             order as they appear above.
  25.  
  26. EXAMPLES:
  27.  
  28.       COMM 2400 NOECHO XDISABLED TRANSLATE
  29.  
  30. SEE ALSO: STATUS
  31.  
  32.