home *** CD-ROM | disk | FTP | other *** search
-
- <baudset invocation> ::= [<drive spec>]"baudset "<command>.
-
- <drive spec> ::= ("a"|"b"|"c"|"d")":".
-
- <command> ::= (<doubler command>|<tuart command>)
- {";"(<doubler command>|<tuart command>)}.
-
- <doubler command> ::= "doubler"<doubler option>{","<doubler option>}.
-
- <doubler option> ::= ("parity=" ("odd"|"even"|"none"))|
- ("databits="("5"|"6"|"7"|"8"))|
- ("stopbits="("1"|"1.5"|"2"))|
- ("ratefactor="("1"|"16"|"64")).
-
- <tuart command> ::= "tuart"("a"|"b")"="("19200"|"19.2k"|"9600"|
- "4800"|"2400"|"1200"|"300"|"150"|"110").
-
- Notes:
-
- 1. Within <command>, blanks and tabs are ignored and so may be
- used or omitted as desired.
-
- 2. Upper case characters are considered the same as their
- lower case equivalents.
-
- 3. If an error is detected, none of the commands are performed.
-
- 4. If more than one command is given for the same device, only
- the last (rightmost) command is performed.
-
- 5. Any unspecified doubler parameters default to eight data bits,
- one stop bit, no parity, and a rate factor of 16.
-
- Example:
-
- A>baudset tuart A=19.2 k; tuart B=110; doubler parity=even, data bits=7
-