NI-2100 crashed when sent string in control a device
hifi--man
Posts: 3
in AMX Hardware
Can anyone tell me why when sent This string ( "'ka ',$00,' 0',$0D" ) through the control a device , It crashed the master and now I am unable to connect to anything after port one on the master,
Is there a way to to do a factory reset on the NI-2100
Is there a way to to do a factory reset on the NI-2100
0
Comments
When you say you can't connect to anything beyond the first port, I'm not sure whether your talking about master ports (eg 0:2:0) or device ports (eg 5001:2:0). If the latter, I think the problem is with the device and not the master. That would make sense if the string hosed something, I suppose. It's a string to a port on 5001 that caused the problem. I think if I couldn't figure it out easily, I'd try reloading the device firmware. That should set everything back to an initial state -- might have to reload IR files, reconfigure your serial ports, etc.
As for the string you sent, that looks like it's supposed to be a power off command to an LG monitor/TV set. The problem with the documentation that I have seen on LG tvs is that they say they want the set ID in hex, but they don't. They want it in ASCII. The string you actually need to turn an LG monitor off is: "'ka 0 0',$0D" Go figure.
Thanks