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:
Text File  |  1997-03-12  |  445 b   |  26 lines

  1. !ScalaScript
  2. EVENT
  3.     // Set Modem baud rate
  4.     // Use 2400,4800,9600, 19200 or 38400.
  5.     //Q.Baud = 9600;
  6.  
  7.     // Set ComPort.  Use 1 to 4.
  8.     // Q.ComPort = 3;
  9.  
  10.     // Data bits
  11.     //Q.DataBits = 1;
  12.     
  13.     // Stop bits
  14.     //Q.StopBits = 1;
  15.    
  16.     // IRQ Setting
  17.     // Q.Irq = 3;
  18.    
  19.     // Address of Port
  20.     // Q.ComAddress = <decimal value of hex number>
  21.      
  22.     // Parity
  23.     //Q.Parity = "NONE";
  24. END
  25.  
  26.