Newhank BDP-432
NeedToKnow
Posts: 3
I have a Newhank BDP-432 Blu-Ray player that I am trying to control Via RS232, I have a list of commands which is as follows:
PWR_ON: 'ID50'
PWR_OFF: 'ID49'
PLAY: 'ID33'
STOP: 'ID34'
PAUSE: 'ID33'
FFWD: 'ID38'
REW: 'ID37'
SFWD: 'ID40'
SREV: 'ID39'
MENU_FUNC: 'ID23'
MENU_UP: 'ID26'
MENU_DN: 'ID27'
MENU_LT: 'ID28'
MENU_RT: 'ID29'
MENU_SELECT 'ID30'
MENU_FUNCTION: 'ID24'
MENU_RETURN: 'ID31'
I have two issues. Firstly, this list is clearly incomplete as there are a lot more functions available on the remote control than what is listed here. Secondly, the PWR_ON command which is actually the EJECT or OPEN_DRAWER command, does not turn the unit on, infact none of these commands turn the unit on. Hence, once I turn it off with the PWR_OFF command, I can not turn it back on again. This presents a major problem.
If there is anyone out there who is able to either expand on my function list above or at least tell me the command to turn the unit back on again (without having to revert to IR control), it would be HUGELY appreciated.
PWR_ON: 'ID50'
PWR_OFF: 'ID49'
PLAY: 'ID33'
STOP: 'ID34'
PAUSE: 'ID33'
FFWD: 'ID38'
REW: 'ID37'
SFWD: 'ID40'
SREV: 'ID39'
MENU_FUNC: 'ID23'
MENU_UP: 'ID26'
MENU_DN: 'ID27'
MENU_LT: 'ID28'
MENU_RT: 'ID29'
MENU_SELECT 'ID30'
MENU_FUNCTION: 'ID24'
MENU_RETURN: 'ID31'
I have two issues. Firstly, this list is clearly incomplete as there are a lot more functions available on the remote control than what is listed here. Secondly, the PWR_ON command which is actually the EJECT or OPEN_DRAWER command, does not turn the unit on, infact none of these commands turn the unit on. Hence, once I turn it off with the PWR_OFF command, I can not turn it back on again. This presents a major problem.
If there is anyone out there who is able to either expand on my function list above or at least tell me the command to turn the unit back on again (without having to revert to IR control), it would be HUGELY appreciated.
0
Comments
Since the commands are just ID and some number, I'd just sit there with terminal and start guessing numbers. I'm sure you can eventually guess.
http://www.newhank.com/wp-content/uploads/2014/11/BDP-432-manual-with-RS232.pdf
We have just finished using these on a project.
The API works as documented.
We have had a few that take a while to power on, or eject. These were returned and the new ones worked.
The rs232 is only really one way with no feedback except for a CR (don't quote me).
Ended up using video sense on an Extron switcher to determine if it's on or off.
Good luck.
Really intrigued to see this product. I just told a customer that no commercial Blu-Ray players are available with component outputs!
What happens with these outputs when a protected disc is played? Manual makes no mention of HDCP.
Likely limited to 480p output.
Full command set:
http://www.newhank.com/wp-content/uploads/2014/11/BDP-432-manual-with-RS232.pdf (page 35)
49 is only listed as "POWER"
Got to love a rack mounted, RS-232 BluRay Player without discrete power commands.... makes me wonder what the hell the engineers were thinking...(or not thinking)