Marantz Bluray Serial....Grrrnmr!!
R?my
Posts: 8
Hi everybody, I new on this forum, it make 2 years that I'm programming AMX stuff, and i'm living in Montreal but I'm originaly French so sorry in advance for my srap English!!!
I send this Post because it make 2 day that i'm trying to send RS-232 command to the Marantz Bluray BD-7004, and nothing happend....
I try to learn the remote, it dont works, i try Denon bluray RS-232 dont works, Denon IR dont works....etc
That's the way i program it, and it suppose to be the way to do it i think
So if some one have ever use this devise in IR or RS-232, please give me a hand because i'm starting to be crazy with this wrong whrite manual from marantz, it's not clear at all!!!!!
Thanks in advance
DATA_EVENT[dvBluRay232]
{
ONLINE:
{
SEND_COMMAND DATA.DEVICE,"'SET BAUD 9600,N,8,1 485 DISABLE'"
}
}
SEND_STRING dvBluRay232,"$02,$20,$00,$00,$00,$00,$00,$03,$32,$33"(it's suppose to be the power ON, like for Denon)
I send this Post because it make 2 day that i'm trying to send RS-232 command to the Marantz Bluray BD-7004, and nothing happend....
I try to learn the remote, it dont works, i try Denon bluray RS-232 dont works, Denon IR dont works....etc
That's the way i program it, and it suppose to be the way to do it i think
So if some one have ever use this devise in IR or RS-232, please give me a hand because i'm starting to be crazy with this wrong whrite manual from marantz, it's not clear at all!!!!!
Thanks in advance
DATA_EVENT[dvBluRay232]
{
ONLINE:
{
SEND_COMMAND DATA.DEVICE,"'SET BAUD 9600,N,8,1 485 DISABLE'"
}
}
SEND_STRING dvBluRay232,"$02,$20,$00,$00,$00,$00,$00,$03,$32,$33"(it's suppose to be the power ON, like for Denon)
0
Comments
Notes:
If “Power Saving” mode is set “On”, BD Player denies the command from RS-232C when
the power is in standby mode. It means the BD Player does not turn on via RS-232C
control. Please set “Power Saving = Off” for the power on/off control of RS-232C control.
Please refer to “Power Saving” Page.38 in the User manual for the detail.
En Francais aussi:
Notes :
Si "le Pouvoir le " mode D'épargne est mis "Sur", le Joueur de DIPLÔME UNIVERSITAIRE DE THÉOLOGIE nie l'ordre de RS-232C quand le pouvoir est dans le mode de secours. Cela signifie que le Joueur de DIPLÔME UNIVERSITAIRE DE THÉOLOGIE n'allume pas via RS-232C
contrôle. S'il vous plaît le jeu "l'Économie de Pouvoir =" de pour le pouvoir sur/de le contrôle de contrôle de RS-232C.
Faites s'il vous plaît allusion au "Pouvoir Sauvant" la Page 38 dans le manuel d'Utilisateur pour le détail.
I have no idea why the French translation mentions a Theology degree from a university but there it is. Perhaps you need to pray to get it to work.
Paul
This device takes an even parity:
SEND_COMMAND DATA.DEVICE,"'SET BAUD 9600,E,8,1 485 DISABLE'"
Also you may want to send the "Auto transfer mode" on so you get unsolicited feedback
"$02, $71, $32, $00, $00, $00, $00, $03, $41, $36"
I have discovered the cause:
Paul
Thank you so much guys, it's working perfectly now, you've resolve my problem, I realy appreciate how fast you've answer me and you save me so much time !!!!
Thanks again and I will be more in touch with you now, !!!!
I expect to be able to help you one day on something else !!!!
See you soon
Take care!!!
R?my
De rien.
Paul