Home AMX User Forum NetLinx Studio

Marantz Bluray Serial....Grrrnmr!!

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)

Comments

  • a_riot42a_riot42 Posts: 1,624
    Did you read the manual? On the first page in big red letters it says this:

    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
  • ColzieColzie Posts: 470
    R?my wrote: »
    DATA_EVENT[dvBluRay232]
    {
    ONLINE:
    {
    SEND_COMMAND DATA.DEVICE,"'SET BAUD 9600,N,8,1 485 DISABLE'"
    }
    }

    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"
  • mpullinmpullin Posts: 949
    a_riot42 wrote: »
    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.
    That is quite an amusing mistranslation you have discovered!

    I have discovered the cause:
    BD
    abbr.
    1. Bachelor of Divinity
  • a_riot42a_riot42 Posts: 1,624
    Bachelor of Divinity, always a useful thing to have when writing modules.
    Paul
  • R?myR?my Posts: 8
    THANK'S A LOT...!!!

    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
  • a_riot42a_riot42 Posts: 1,624
    R?my wrote: »
    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
  • DHawthorneDHawthorne Posts: 4,584
    On a related note, does anyone know if this resets if the unit is unplugged? I've seen a few on which I could have sworn I turned the power savings off stop working, and found it was on after all. I also do not see in the Marantz-provided RS-232 command list, a way to turn power savings off by command. There is one in all the Marantz-protocol players (DVD and CD mainly), but not the BluRays, since they use Denon protocols. Doesn't mean one doesn't exist though - anyone know of one that isn't documented?
Sign In or Register to comment.