jamesremuscat / avx

A system for controlling A/V devices such as video switchers via a networkable control device.
4 stars 1 forks source link

ICStation: Changes of state too soon after one another are ignored #53

Closed jamesremuscat closed 7 years ago

jamesremuscat commented 8 years ago

ICStation cards will ignore commands sent to them if done so too rapidly.

We are often needing to switch multiple relays at once, and sometimes the messages get lost.

We maybe need some new API here to firstly set the full state of the card (all eight booleans) and only then to issue the command over the serial port.

jamesremuscat commented 7 years ago

Fixed by 047ea36ef30ce61585184c07548206b1fd0614dc.