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 >
Wrap
Text File
|
1990-02-08
|
901b
|
32 lines
NAME: COMM
SYNTAX COMM <baudrate> <mode> <xon/off> <translate>
DESCRIPTION:
Sets various parameters as follows:
baudrate - A numeric value. 300, 1200, 2400, 4800, 9600, 19200, 31250
mode - ECHO or NOECHO. When in ECHO mode, all characters arriving
at the serial port are echoed back to the line.
xon/off - XENABLED or XDISABLED. When Xon/off is enabled, flow control
will be handled with ^S and ^Q.
translate - TRANLSATE or NOTRANSLATE. When Translate is ON, only ASCII
characters (0-127) are sent to another program or script.
When Translate is OFF, the whole 8 bits are sent to
another program or script.
Warning: All fields must be present in the command, and in the same
order as they appear above.
EXAMPLES:
COMM 2400 NOECHO XDISABLED TRANSLATE
SEE ALSO: STATUS