Thx-Freak wrote:Hello
Can somebody help me programming a Yamaha RX-V4600 Receiver over the RS232 port ? I have the Codes, but don´t know how to use them
Here you find themThanks until now. I want to control the Reciever with a
T3 and RP-6 from RTISteven
I doubt, unless somebody actually owns same equibment, that anybody is going to help u. Not only because they wouldnt get anything out of it, but also because, not having equibment, really hinders code-test-debug cycle.
That said, it could be highly possible that somebody would take a project to make general rs-232 plugin, which u could use to run your specific equibment with tailored script. This would be esoecially feasible is plugin is just designed to send commands to device... and not monitor state of device.
I lately coded plugins for 2 out of 3 of my rs-232 controllable devices. And even though i have suchs a low amount of those devices, I was thinking to code general plugin, to minimize coding effort, and to streamline whole system. Yet i ended up to make individual utilities for control, but im sure that when somebody who has, lets say 8+ rs-232 control capable devices, picks up this task, im certain he will give some serious thought for general plugin.
I would say your hope lies on 3 possibilities:
1. Stop begging, and start coding. coding rs-232 controller is easier than u think. download some source code examples and get your hands dirty.
2. Search internet. Mayby somebody coded something for your device already. Even if its not XLobby plugin odds are high u can transparently integrate it with Xlobby as external utility.
3. Wait somebody to come up with general plugin, I described above.