Sony BDP-CX7000ES
TurnipTruck
Posts: 1,485
Greetings,
Anyone play with controlling the Sony 400-disc Blu-Ray player serially yet?
Thanks.
Anyone play with controlling the Sony 400-disc Blu-Ray player serially yet?
Thanks.
0
Comments
I admittedly haven't had a lot of time to work on this, but so far it's not working.
Brad
Do you have a protocol document?
I didn't yesterday ... but I do now . It's a rather terse document, clearly leaked from Sony, and is going to take some figuring out. There are some example strings, so I figure the packet format is this:
$02, <bytes in command, excluding checksum>, <command>, <data byte(s)>, <checksum>
I haven't taken apart the checksum to verify the format, but they provide it in the example strings. I also didn't see mention of baud rate, etc., bit I didn't dig through the entire thing yet either. Nor am I likely too right away either; I'm going with RS232 for my upcoming project.
That is their standard format. I just did some work for an ES receiver. Much the same.
Just read over the doc. Same story as receivers. I have some functions for string creation that I used for receiver. If they are relevant, I will post them.
Having trouble getting feedback from the unit -- it seems to be controlling fine though -- one thing i didnt see in the docs was a baud rate -- what are you using to control it?