"Can anybody let me know how do I Control DMPS3-200-C with Cisco
SX80(with Touch 10), I had already prepared the GUI using Cisco In Room
editor and loaded the GUI in cisco Touch 10."
? Everything you need is in the "Cisco Touch 10 Room Control Demo" you can get from Crestron.? You just need to copy the IDs for each control you've generated on the Cisco UI.
? One thing to look out for - a project I'm working on now creates certain button press signals twice on the same physical press - somehow two different press-related messages messages from the Cisco come in timed far enough from each other that they trigger the module's code twice - not helpful if you're trying to drive a toggle in your code.? I put a one-shot on the ones I'm trying to use for that...
? - Chip