Home AMX User Forum AMX Technical Discussion
Options

Samsung LED TVs

Hi

Anyone know if the 'service port' on the back of the Samsung TVs can be used for RS232 control similar to the Pioneer plasmas (RIP).

I rang Samsung and they dont support it.

James

Comments

  • Options
    Good question. The port supports their "Ex-Link", but that's all I know (it sounds like I got the same response from Samsung that you did).
  • Options
    jjamesjjames Posts: 2,908
    Ex-Link works when the TV is on. You cannot power it on though from the off state. I've looked through most, if not all, of the service menu settings and see nothing about an energy savings option or anything that'll keep the Ex-link port on while it's off.

    And running IR just to turn it on and serial for all the inputs & power off commands would just be a waste. So, if I were you, I'd just jam the flasher up through the metal sheet on the back of the TV if you don't want the flasher on the front of the beautiful looking display.

    Samsung tech support is a joke . . . don't waste your breath.
  • Options
    I forget which model it is (8000 I think), but the last Samsung I played with you could stick the emitter on the bottom of the TV, behind the front glass overhang. Hidden and easy.

    Kevin D.
  • Options
    the8thstthe8thst Posts: 470
    I haven't had a chance to test it out yet, but there is a power on command listed in the 232 protocol.

    See attached zip file...
  • Options
    jjamesjjames Posts: 2,908
    Yeah, but I've been unable to make it to work. I've heard mixed reviews with the LED RS-232 port; some say it works right out of the box and then others with the same exact model say they've had to do something in the service menu, and others just can't get it to work at all (the category in which I fall.)
  • Options
    cvarnercvarner Posts: 7
    IR Control

    Has anyone found discrete power commands for these displays? The remote it comes with just has a power toggle button.
  • Options
    jjamesjjames Posts: 2,908
    Try these...

    Power On:
    0000 0059 0000 0022 00D1 00D1 0019 004D 0019 004D 0019 004D 0019 0019 0019 0019 0019 0019 0019 0019 0019 0019 0019 004D 0019 004D 0019 004D 0019 0019 0019 0019 0019 0019 0019 0019 0019 0019 0019 004D 0019 0019 0019 0019 0019 004D 0019 004D 0019 0019 0019 0019 0019 004D 0019 0019 0019 004D 0019 004D 0019 0019 0019 0019 0019 004D 0019 004D 0019 0019 0019 08B1

    Power Off:
    0000 0059 0000 0022 00D1 00D1 0019 004D 0019 004D 0019 004D 0019 0019 0019 0019 0019 0019 0019 0019 0019 0019 0019 004D 0019 004D 0019 004D 0019 0019 0019 0019 0019 0019 0019 0019 0019 0019 0019 0019 0019 0019 0019 0019 0019 004D 0019 004D 0019 0019 0019 0019 0019 004D 0019 004D 0019 004D 0019 004D 0019 0019 0019 0019 0019 004D 0019 004D 0019 0019 0019 08B1
  • Options
    the8thstthe8thst Posts: 470
    This is the file that I have been using without issues.

    To give credit where it is due... these were all pulled from the Samsung Discretes 08 remote in the installer generated RTI IR library.
  • Options
    NatePNateP Posts: 2
    I found a manual while searching forums. 232 specs start on page 116.

    http://a248.e.akamai.net/pix.crutchfield.com/manuals/305/30561a750.pdf

    I use this protocol for model LN-XX and UN-XX. Uses a header of "$08,$22" followed by 4 bytes, then a checksum(two's complement of the previous). Also, it worked out of the box, and the power on command works.

    Hope it helps!
  • Options
    JohnMichnrJohnMichnr Posts: 279
    NateP wrote: »

    I use this protocol for model LN-XX and UN-XX.

    Hope it helps!

    Is that for displays with a 9 pin 232 port, or the Ex-Link port?
  • Options
    JohnMichnrJohnMichnr Posts: 279
    Well I guess I answered my own question. I was able to use that protocol on a UN55C6300SF display going into the 1/8" trs Ex-Link jack.
    Pinout was:

    AMX Pin 2 - Tip
    AMX Pin 3 - Ring
    AMX Pin 5 - Sleeve
  • Options
    Samsong LED series 6, UA55C6900VR over IP or HDMI

    Has anyone tried controlling the Samsong LED series 6, UA55C6900VR over IP or HDMI thro CEC. The client doesnt like the IR emitter to be placed on the front. Any guidance will be appreciated
  • Options
    davegrovdavegrov Posts: 114
    Samsung IR on LED TV's

    Working on a project with 4 Samsung LED Displays. I've spent hours trying to get the IR to work on the units. It seems like the emitters only work out of the shell. Any tips or tricks appreciated.

    David Groves
    DG Sales and Service
  • Options
    Samsung C Series 2010

    Works but is incomplete.

  • Options
    criss87criss87 Posts: 32
    Samsung TCP Control

    You the man! is working great, where did you get the protocol for that ???
    Could you please post it? I need the power commands and the discrete inputs to implement.


    Criss
  • Options
    rfletcherrfletcher Posts: 217
    NateP wrote: »
    I found a manual while searching forums. 232 specs start on page 116.

    http://a248.e.akamai.net/pix.crutchfield.com/manuals/305/30561a750.pdf

    I use this protocol for model LN-XX and UN-XX. Uses a header of "$08,$22" followed by 4 bytes, then a checksum(two's complement of the previous). Also, it worked out of the box, and the power on command works.

    Hope it helps!

    Thanks for posting this Nate! You saved me from having to dig for it :)
    Here's the rudimentary module I threw together if anyone wants it. It doesn't do much, but it might save someone else a bit of typing. I tested this with a Series 6 650 LCD TV. This tv provides no feedback, not even the success/fail ack described in the manual, but at least all the discrete power and input controls work :)
  • Options
    tpeerytpeery Posts: 5
    I have used these on the Samsung LED and they work well.

    Here are the commands I have received from Samsung
  • Options
    Anyone seen a more recent protocol doc? Looking for the command to get to the Smart Hub input.
  • Options
    John NagyJohn Nagy Posts: 1,734
    If the protocol in the ZIP two messages up works at all, you can "find" the input for the new function by just following the pattern of the existing inputs, i.e. add one or the logical next command, and keep trying til you find it.
  • Options
    John Nagy wrote: »
    If the protocol in the ZIP two messages up works at all, you can "find" the input for the new function by just following the pattern of the existing inputs, i.e. add one or the logical next command, and keep trying til you find it.

    Tried that, went on to something else after a fruitless 1/2 hour or so. I'm guessing its not in the same subset as the standard inputs.
Sign In or Register to comment.