Toshiba HD-Xa1 RS232 Codes
locknar
Posts: 30
does anyone have the codes for the Toshiba HDDVD player?
0
Comments
http://www.remotecentral.com/cgi-bin/mboard/rc-touch/thread.cgi?1160
I'll post the text in case the thread goes AWOL in the future.
HTH
thanks for the speedy response I gave this a quick try with no luck. I tried it as "$45$B5 etc
but I noticed it says the start command is four bytes, so "45 B5" in ascii translates to 8 bytes in hex, so the question is how do you read this
My first would be to try:
Play
SEND_STRING dvDVD, ?45B515EA?
If that doesn?t work then I would try:
Play
SEND_STRING dvDVD, ?$45,$B5,$15,$EA?
But since the description says 8 bytes for the command I?m leaning towards the first SEND_STRING. Do either of the above work?
SEND_STRING dvDVD,"$45,$B5,$15,$EA"
The protocol is somewhat misleading since it leads one to believe each command is 8 bytes long (which is obviously wrong and only 4 bytes)
Note: The discreet Power Off (code $93) does not work. Hopefully Toshiba will fix this in the future. So like the Hotel California, you can check out anytime you like but you can never leave.