News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Pioneer Receivers RS232 On issue work around.

Started by slampt, October 30, 2012, 06:36:05 PM

Previous topic - Next topic

slampt

Hey All,
This is just an FYI for anyone else who has a Pioneer receiver and wants to control it via RS232.
I have a VSX-23 and found that no matter what I did I couldn't get it to turn on using an Orbiter. Turns out you must first send a <CR> wait 100ms Then issue the on Command.
So I had to change the Power on Code in A/V Properties to

<$"\r\s100m\rPO\r"$>
sleep(5)

Cheers
Slampt