hi.
there adistributer in my countery for Vantage system and we want to make interface between Comfort and Vantage system .
what is the requirments for this interface?
Comfort can send any command to the UCM Rs232 port using the Send RS232 action in Response wizard
If the Vantage product (owned by Legrand) can be programmed to send any command to Comfort then you can have two way communications
When i built my driver the Vantage system send the Pasword by Hexdecimal and Comfort can not understand the password in Hexdecimal .
is there any way to make Comfort understand this Hexdecimal .
Can you give an example of how the password is sent by hexadecimal
DFor example if the code is \"1234\" what is sent by Vantage?
When we write the UCM command like (M!011234) the driver which we are trying to built convert it to Hexadecimle (4D 21 30 31 31 32 33 34)
4D 21 30 31 31 32 33 34 is ASCII code for M!011234
M!011234 arms to Away Mode using user code 1234 so there is nothing wreing wiuth the command
If it is not working then give more details