Luup UPNP Files
From MiOS
(Difference between revisions)
Micasaverde (Talk | contribs) (New page: The documentation (see: [http://www.blindshademotors.com/documents/accessories-special-applications/rs232-to-rts-compatability.pdf]) explains that you talk to the controller using RS232 96...) |
Revision as of 22:12, 28 June 2009
The documentation (see: [1]) explains that you talk to the controller using RS232 9600 Baud, 8 Data Bits, 1 Stop Bit, No Parity. The interface supports up to 16 blinds. The communication is one-way only; there are no response codes or incoming data from the blinds when they change manually. Here is the relevant section from the manual.
RS232 Operation 1. Set RS232 communication settings to: 9600 Baud, 8 Data Bits, 1 Stop Bit, No Parity 2. Use the ASCII protocol command string syntax: <!> <2 digit channel number> <Directional Command> 3. The directional commands must be capital letters and are as follows: U: UP D: DOWN S: STOP 4. Examples: Motor 2 Up: !02U Motor 5 Down: !05D Motor 1 Stop: !01S