Jump to content
C4 Forums | Control4

building driver for aten vm0808h


Alessandro NWD

Recommended Posts

Hi, I have a little problem with this matrix, it accept only ascii strings, for example

"swi02o08" will switch the input 2 on output 8.

Now, making the driver I did this

 <serialcodemacro verified="False" id="0">
<commandname>SET_OUTPUT_INPUT_0_0</commandname>
<displayname>Switch output Output 1 to input Input 1</displayname>
<serialdata>
<original>"sw i01 o01."</original>
<data>"swi01o01"</data>
</serialdata>
</serialcodemacro>

or also

 <serialcodemacro verified="False" id="0">
<commandname>SET_OUTPUT_INPUT_0_0</commandname>
<displayname>Switch output Output 1 to input Input 1</displayname>
<serialdata>
<original>"sw i01 o01."</original>
<data> sw i01 o01</data>
</serialdata>
</serialcodemacro>

but the resul is always a hangout for my hc800.. what can I do?

Is there a solution?

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.