Hi guys!
Thankyou all for your replies, hopefully I can get there and get this thing working.
I am going to integrate it to a Clipsal C Touch which is an Australian version of Crestron basically for home automation. The system controls your lights, is your alarm system, integrates CCTV camera's, irrigation, roller doors and gates, AV equipment etc etc. Pretty straight forward stuff, no rocket surgery except for this dam AV receiver!
I can deal with the actual code to get the screen sending the commands to the amp later but the first step is getting the amp to respond to the RS232 commands. Once I get one command working, I can figure out the rest, then write them into the touch screen which has a RS232 output port and be done.
All your help is very much appreciated, thanks in advance guys!
There are so many documents out there for RX-V3900 RS232 control that it must be possible.
Yamaha RX-V3900 serial control
Currently I'm using RS232Analyzer and I get 1 error back occasionally but cant get the amp to do anything let alone a simple volume adjust, mute or change inputs. The error I'm getting back is
0,0,0,,64<CR><LF>
I write code(PPCL and graphic based) and run projects for controlling PC3 labs, pharmaceutical production lines and operating theater environments and that's easy compared to the amount of time I've spend on this thing.
I tried hyperterminal but it doesn't give very good feedback.
Here's what I'm trying to simply turn on and off the amp.
Surely someone else has a 3900 in a home automation setup using RS232 yeah? I couldn't be the only one.....
0,1,*,PUT,System(Power_Control(Power=Standby)),*
0,1,*,PUT,System(Power_Control(Power=On)),*
Thanks again,
Paul
Sydney, Australia