home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / cpmug / cpmug081.ark / BAUDSET.DOC < prev    next >
Encoding:
Text File  |  1984-04-29  |  1.3 KB  |  38 lines

  1.  
  2. <baudset invocation> ::= [<drive spec>]"baudset "<command>.
  3.  
  4. <drive spec>         ::= ("a"|"b"|"c"|"d")":".
  5.  
  6. <command>            ::= (<doubler command>|<tuart command>)
  7.                          {";"(<doubler command>|<tuart command>)}.
  8.  
  9. <doubler command>    ::= "doubler"<doubler option>{","<doubler option>}.
  10.  
  11. <doubler option>     ::= ("parity=" ("odd"|"even"|"none"))|
  12.                          ("databits="("5"|"6"|"7"|"8"))|
  13.                          ("stopbits="("1"|"1.5"|"2"))|
  14.                          ("ratefactor="("1"|"16"|"64")).
  15.  
  16. <tuart command>      ::= "tuart"("a"|"b")"="("19200"|"19.2k"|"9600"|
  17.                          "4800"|"2400"|"1200"|"300"|"150"|"110").
  18.  
  19. Notes:
  20.  
  21.      1.   Within <command>, blanks and tabs are ignored and so may be
  22.           used or omitted as desired.
  23.  
  24.      2.   Upper case characters are considered the same as their
  25.           lower case equivalents.
  26.  
  27.      3.   If an error is detected, none of the commands are performed.
  28.  
  29.      4.   If more than one command is given for the same device, only
  30.           the last (rightmost) command is performed.
  31.  
  32.      5.   Any unspecified doubler parameters default to eight data bits,
  33.           one stop bit, no parity, and a rate factor of 16.
  34.  
  35. Example:
  36.  
  37. A>baudset tuart A=19.2 k; tuart B=110; doubler parity=even, data bits=7
  38.