Windows Serial Proxy

From MiOS
(Difference between revisions)
Jump to: navigation, search
(New page: Luup plugins talk to serial ports (RS232) using a serial->ethernet proxy. This allows the serial ports to reside anywhere on the network, including devices like the Global Cache GC100. I...)
 
Line 7: Line 7:
 
Run the program by typing this in the console:
 
Run the program by typing this in the console:
  
serproxy.exe ip port
+
serproxy.exe ip windows port
  
where ip is the IP address of Vera, and port is a Windows com port, such as COM2.  For example:
+
where "ip" is the IP address of Vera, and "port" is a Windows com port, such as COM2.  For example:
  
serproxy.exe 192.168.1.103 COM1
+
serproxy.exe 192.168.1.103 windows COM1

Revision as of 20:36, 28 June 2009

Luup plugins talk to serial ports (RS232) using a serial->ethernet proxy. This allows the serial ports to reside anywhere on the network, including devices like the Global Cache GC100. If you want to connect your Luup device to a COM port on your windows computer, download this zip file: http://download.controlmyhouse.net/betafirmware/ftp/serproxy.zip

Unpack the contents into a directory on your windows computer, such as C:\serproxy and start a command prompt by choosing "Run" and entering: cmd

Change to the directory that contains the contents of serproxy.zip, such as typing: cd \serproxy

Run the program by typing this in the console:

serproxy.exe ip windows port

where "ip" is the IP address of Vera, and "port" is a Windows com port, such as COM2. For example:

serproxy.exe 192.168.1.103 windows COM1

Personal tools