Charmed Quark Systems, Ltd. - Support Forums and Community
Dune driver wait for config error - Printable Version

+- Charmed Quark Systems, Ltd. - Support Forums and Community (https://www.charmedquark.com/vb_forums)
+-- Forum: General Discussion (https://www.charmedquark.com/vb_forums/forumdisplay.php?fid=3)
+--- Forum: Installation/Configuration (https://www.charmedquark.com/vb_forums/forumdisplay.php?fid=10)
+--- Thread: Dune driver wait for config error (/showthread.php?tid=10939)

Pages: 1 2 3 4 5


RE: Dune driver wait for config error - ellisr63 - 11-27-2019

So faux ir type do not require ir, correct? How do we do faux ir?


RE: Dune driver wait for config error - Dean Roddey - 11-28-2019

It's just commands sent through one of the fields. SendIRCmd I think it is. It's an enumerated field, and the various values are the commands you can send. So just send one of those values and it sends that command to the device.


RE: Dune driver wait for config error - ellisr63 - 11-28-2019

(11-28-2019, 07:15 AM)Dean Roddey Wrote: It's just commands sent through one of the fields. SendIRCmd I think it is. It's an enumerated field, and the various values are the commands you can send. So just send one of those values and it sends that command to the device.
It will send the commands via IP...without having IR?


RE: Dune driver wait for config error - Dean Roddey - 11-28-2019

Yes. They are only called IR commands because it's effectively pushing over IP the same codes that the IR remote sends, presumably. So those commands map to the commands from the remote control, but they are send via the HTTP connection.


RE: Dune driver wait for config error - ellisr63 - 11-28-2019

Thanks Dean, I now have every command for Dune working that I could want.