Matrox Monarch - control via Crestron?


 

Have several of these units that will no longer communicate with the Crestron modules supplied by Matrox (version 1). 
Can get into the device menus but did not find any options to specifically allow external control. 

Device firmware version: 1.1.8.0020

Any ideas of how to make this work? not sure what the module would send if it did connect. 
So far, trying to decipher protocol via their document so I can send via Hercules client. No luck so far. 

The syntax required for authentication seems to be the issue. If I send the following, I get the reply below it via Hercules client. 

// sent
GET /Monarch/syncconnect/sdk.aspx?command=GetStatus<LF><CR>

// received 
GET /Monarch/syncconnect/sdk.aspx?command=GetStatus
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>401 Authorization Required</title>
</head><body>
<h1>Authorization Required</h1>
<p>This server could not verify that you
are authorized to access the document
requested.  Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.</p>
</body></html>


 

This is what the Crestron module tries to send to port 80: 

GET /Monarch/syncconnect/sdk.aspx?command=GetStatus HTTP/1.1\x0D\x0AHOST:127.0.0.1\x0D\x0AAuthorization: Basic YWRtaW46UHJvZm91bmQxITEwME0=\x0d\x0a

--

HTTP/1.1 400 Bad Request
Date: Tue, 25 Jun 2024 19:13:44 GMT
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/1.0.2l mod_mono/2.10
Content-Length: 226
Connection: close
Content-Type: text/html; charset=iso-8859-1

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>400 Bad Request</title>
</head><body>
<h1>Bad Request</h1>
<p>Your browser sent a request that this server could not understand.<br />
</p>
</body></html>
Connection closed


 

Found the issue within the Matrox supplied module. - T


 

Hello Tray,
  What was the issue that you found in the Matrox module?
 
Thanks!
--
Doug G