Integra "dot 8" series
jjames
Posts: 2,908
Has anyone played with the Integra DTR-x.8 recievers yet? They apparently have network capability, and in fact can be integrated via the network. You can send commands via its web interface, so I'm trying to figure out how to send a command to it (via IP.)
In the browser, if you put http://192.168.1.59/1?3=!1PWR01 it powers the device on. I tried opening the a port and using this to communicate with it:
Also, it was recognized in the DDD portion of the master, but a module compatible with it wasn't found. Anyway, just looking for some help with the IP control of this, but will resort back to serial if need be. The next question would be how would I recieve information from the device via IP? (If I could get it to work.)
Thanks in advance!
In the browser, if you put http://192.168.1.59/1?3=!1PWR01 it powers the device on. I tried opening the a port and using this to communicate with it:
SEND_STRING dvDTR, "'GET /1?3=!1PWR01 HTTP/1.1',13,10,'Host: 192.168.1.59',13,10"But it's not working like I expected.
Also, it was recognized in the DDD portion of the master, but a module compatible with it wasn't found. Anyway, just looking for some help with the IP control of this, but will resort back to serial if need be. The next question would be how would I recieve information from the device via IP? (If I could get it to work.)
Thanks in advance!
0
Comments
A working string I used on a dial-in router:
If is only allows connection via HTTP then you have to find out if it drops the connection after each transfer. If it does you might want to consider using serial.
Now - I also finally got the protocol for the ethernet control, and here it is.
See the attachment for more.
Okay, after messing around and doing some IP sniffing and such, I finally got the header. Would anyone else agree the documentation is not as straight forward as one would think? Apparently, there will be a Duet module soon - so, we'll see how it goes. But, I'm able to keep my code that I've been using for years with the Ethernet control - woo-hoo!
Here's the header I'm using:
Seems to work pretty well. Just wish I had a TP to see if the volume feedback speed is increased through ethernet.