home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Red Pages of the Internet
/
RedPagesInternet2000.iso
/
Other
/
Scala.InfoChannel.IC200.SP6-SHOCK
/
SCALA
/
IC200
/
CONFIG
/
queue.sca
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-12
|
445 b
|
26 lines
!ScalaScript
EVENT
// Set Modem baud rate
// Use 2400,4800,9600, 19200 or 38400.
//Q.Baud = 9600;
// Set ComPort. Use 1 to 4.
// Q.ComPort = 3;
// Data bits
//Q.DataBits = 1;
// Stop bits
//Q.StopBits = 1;
// IRQ Setting
// Q.Irq = 3;
// Address of Port
// Q.ComAddress = <decimal value of hex number>
// Parity
//Q.Parity = "NONE";
END