home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 425.lha / X10 / x10.doc < prev    next >
Encoding:
Text File  |  1990-10-03  |  1.2 KB  |  35 lines

  1. X10.doc
  2.  
  3.   AUTHOR: Ned Kelly
  4.           Arlington, Texas
  5.           817-277-5825
  6.  
  7.   This software is designed to drive the 
  8.   X-10 CP290 home control interface.
  9.  
  10.   This device came from Radio Shack and was designed for an 
  11.   IBM PC.  It connects to the serial port and sends commands
  12.   over the household wiring to control units.
  13.  
  14.   The device came with software for an IBM PC, but this was
  15.   obviously not suitable for an Amiga.  The device 
  16.   communicates via the serial port at the unheard of baud 
  17.   rate of 600 baud.
  18.  
  19.   Calling sequence is: 
  20.     X10 [ON/OFF] [U unit ] [H code] [S seru] [V] [?]
  21.       where "unit" is a unit number from "1" through "16"
  22.             to control or the keyword "ALL".
  23.       where "code" is a house code from "A" through "P".
  24.             Default house code is "A".
  25.       where "seru" is the unit number of the serial port
  26.             on the Commodore A2232 multiport serial card
  27.             to which the X10 controller is connected.
  28.             Default is "2".
  29.       ON  causes the specified unit to be turned on.
  30.       OFF causes the specified unit to be turned off.
  31.       V causes version name to be displayed.
  32.       ? causes this file to be displayed.
  33.     The arguments may appear in any order.
  34.  
  35.