Home AMX User Forum AMX Technical Discussion

Querying a DVX's status over Serial / Telnet

nroach44nroach44 Posts: 1
edited 9:56AM in AMX Technical Discussion

HI all!

I have a DVX-3155 and a DVX-2250. I'd like to control them via telnet.

So far I've gotten far enough to switch video inputs, and presumably set any values I need, but I've had no luck checking what the values are first.

I was trying to check port specific things (e.g. hshift), then tried "whole system" things like FP_LOCKOUT and TEMP, but so far I've never managed to get a response, either via telnet or RS232. RS232 does just echo the command back to me though:

send_command 5002:0:0,'?TEMP'

send_command 5002:0:0,'?TEMP'

send_command 5002:1:0,'?TEMP'

send_command 5002:1:0,'?TEMP'

send_command 5002:0:1,'?TEMP'

send_command 5002:0:1,'?TEMP'

In this particular instance I tried all the IDs I could think of, with and without the :P:S at the end as well. I also tried superuser, msg on and msg on debug to no avail.

I'm totally open to being told that I'm "holding it wrong", so any tips on controlling the devices remotely, without the web-ui, would be appreciated.

(Side note, does code blocks (i.e. with four backticks) work on this site or is it just preview that's broken?)

Sign In or Register to comment.