Yeah I'd like to be able to do that too. I can control my Yamaha AV amp by doing things like:
Code:
PostURL|http://192.168.1.182/YamahaRemoteControl/ctrl~<YAMAHA_AV cmd="PUT">...
<Main_Zone><Power_Control><Power>On</Power></Power_Control></Main_Zone></YAMAHA_AV>
But it would be nicer to have a proper driver and do:
or whatever instead. And to be able to read info back from the amp which I don't think I can do with the PostURL and GetURL commands. I've written some C# for work and hobby projects so I'm sure I could cobble something together given a framework. The fact that this exists on the documentation site gave me some hope but it remains empty.
Andrew