Your Universal Remote Control Center
RemoteCentral.com
Custom Installers' Lounge Forum - View Post
Previous section Next section Previous page Next page Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Page 3 of 4
Topic:
samsung EX-link rs-232
This thread has 46 replies. Displaying posts 31 through 45.
Post 31 made on Tuesday February 2, 2010 at 22:03
woodchuck
Lurking Member
Joined:
Posts:
January 2010
4
Well, I got it working. And it works for power-on too, although I suspect that is because my display is newer (2009 model)? I must be configuring hyperterminal wrong because when I use this plugin to a tool called "Eventghost", it worked perfect. Thank you, Fiasco!

Go here to download the eventghost plugin:
[Link: eventghost.org]

Go here to buy your cable, if you don't want to make it (p/n 6049):
[Link: dcables.net]
Post 32 made on Wednesday February 3, 2010 at 10:12
Audible Solutions
Super Member
Joined:
Posts:
March 2004
3,246
Speaking with my buddy, UN46b8500 and UN55b8500 have worked, including power on from off state. These are LED TVs. It worked out of the box, with hotel mode in its default mode off. He thinks the 6000 series will work but he doesn't have that unit in house yet. Plasmas are a different chassis so there may be different protocols and settings to get serial to work. Given that plasmas require more energy it is very possible the chip set is also turned off when the display is; Sharp is famous for this design and there was the infamous Sharp/Pioneer collaboration that had the same issue.

I spoke with my buddy this morning to get his latest report and he claims out of the box control for all commands, including power on, for his 46 inch LED Samsung. He was curious why hotel mode was enabled so to that poster I pose that question.

I have a Samsung LED scheduled for a Prodigy install in a week or two. I do find it amusing you are purchasing a serial cable. Has the ability to solder really gone the way of dinosaurs?

Alan
"This is a Christian Country,Charlie,founded on Christian values...when you can't put a nativiy scene in front fire house at Christmas time in Nacogdoches Township, something's gone terribly wrong"
Post 33 made on Wednesday February 3, 2010 at 11:21
edizzle
Loyal Member
Joined:
Posts:
March 2005
5,916
you can find that cable cheaper, but even at $10 it would be hard to make that cable yourself for cheaper. not to mention the fit and finish.
I love supporting product that supports me!
Post 34 made on Wednesday February 3, 2010 at 12:44
woodchuck
Lurking Member
Joined:
Posts:
January 2010
4
Yeah, I originally made my own cable, but after pulling my hair out trying to get the display to respond, I decided that maybe my homemade cable was suspect (it was fine).

BTW, my display is an 09' plasma. PN58B650
Post 35 made on Friday February 12, 2010 at 13:57
scottedge267
Advanced Member
Joined:
Posts:
February 2003
790
I was able to get EXLINK with power on and off to work with a Samsung PN50B550
Post 36 made on Saturday February 27, 2010 at 15:10
scottedge267
Advanced Member
Joined:
Posts:
February 2003
790
I ran across this document to get RS232 working on non CI+ samsung televisions.
[Link: sourceforge.net]

they are also hacking the samsung firmware to run their own custom applications pretty cool. There is also an effort to control the device over ethernet, that would be really cool.
Post 37 made on Friday December 3, 2010 at 06:17
MikeMelga
Long Time Member
Joined:
Posts:
November 2009
25
Hi all.

I need a little help.

I am starting to test my Samsung LCD RS232 functions. I also used Eventghost and it responds to some commands so I guess the LCD is properly configured and the cable is working.

My problem is that I want to manually test the commands but I don't know how to. I already tested hyperterminal and similar programs with no success. I am a bit confused about the format of the commands I must send.

I have read in this topic alone 3 different formats:

\x08\x22\x00\x00\x00\x01\x2C
08 22 00 00 00 02 D4
$08,$22,$01,$00,$01,$00,$d4

None of the different formats worked (tested various commands). I took a look at the format Eventghost uses and it seems pretty basic: 08 02 prefix following by the command part. But I was unable to see if it makes some kind of formatting or not.

I know that the essential part is the format in the second example and the \x and $ are just formatting characters but... what is the format expected by the tv? Which one should I use in realterm or hyperterminal?
Also do I need to send Line feeds or carriage returns after that?

Any help would be appreciated. Thanks.
Post 38 made on Friday December 3, 2010 at 07:30
mark65
Long Time Member
Joined:
Posts:
November 2003
450
To use hex in Hyperterminal you must first conver all the values to decimal for example 0D would be 13. Then you can hold down the Alt key and type 13 and it will send the appropriate character.

Or you could just use a terminal program that understands hex like RealTerm. http://realterm.sourceforge.net/
Post 39 made on Friday December 3, 2010 at 08:32
MikeMelga
Long Time Member
Joined:
Posts:
November 2009
25
Thanks. I'll try that.
Post 40 made on Thursday October 10, 2013 at 13:49
wireman121
Long Time Member
Joined:
Posts:
November 2009
14
I know this is an old thread - has anyone tried using a 1/8" TRS cable direct between the multi-port on a RTI control processor and the Samsung Ex-Link port? or does the pin-out need to be different? Trying to avoid going to a CM232 then back to 1/8" if possible.
Post 41 made on Thursday October 10, 2013 at 14:22
adamav
Long Time Member
Joined:
Posts:
May 2010
273
It will not work . RTI does not use standard TRS . you have to use cm232
Post 42 made on Thursday October 10, 2013 at 22:13
InAMinute
Long Time Member
Joined:
Posts:
June 2011
42
I use Ex-Link with all my installs, works great.

I use the physics systems server. The xml file is viewable. here is the hex for some commands. enjoy! If you need another specific button let me know if I have I'll add it.

ON 082200000002d4
OFF 082200000001d5
Power 082200000000D6
Volume+082201000100d4
Volume- 082201000200d3
Mute 082202000000d4
HDMI 1 08220a000500c7
HDMI 2 08220a000501C6
HDMI 3 08220a000502c5
HDMI 4 08220a000503c4
Post 43 made on Friday October 11, 2013 at 07:05
adamav
Long Time Member
Joined:
Posts:
May 2010
273
On October 10, 2013 at 22:13, InAMinute said...
I use Ex-Link with all my installs, works great.

I use the physics systems server. The xml file is viewable. here is the hex for some commands. enjoy! If you need another specific button let me know if I have I'll add it.

ON 082200000002d4
OFF 082200000001d5
Power 082200000000D6
Volume+082201000100d4
Volume- 082201000200d3
Mute 082202000000d4
HDMI 1 08220a000500c7
HDMI 2 08220a000501C6
HDMI 3 08220a000502c5
HDMI 4 08220a000503c4

Question asked by wireman121 was regarding 3.5 mm. TRS ( tip , ring , sleeve ) from RTI controller to a Samsung EX-Link port . Samsung is using that standard , unfortunately RTI does not . Therefore he has to use RTI cm232 cable with another 3.5mm to DB9 adapter to make it work . Ex-Link does work great and all necessary codes are already a part of RTI's database . There is also a beta driver floating around on RTI dealer forum .
Post 44 made on Friday October 11, 2013 at 07:51
sceneselect
Long Time Member
Joined:
Posts:
March 2012
425
You could always just use the Ethernet cable coming out of theirs-232 port on the xp processor, cut one end off the Ethernet and solder the wires to the other end of a stereo cable (cut one end off)- no db9 adapter required.
Post 45 made on Wednesday June 22, 2016 at 10:02
randy921
Lurking Member
Joined:
Posts:
June 2016
1
Please send me these codes, thank you very much.
Find in this thread:
Page 3 of 4


Jump to


Protected Feature Before you can reply to a message...
You must first register for a Remote Central user account - it's fast and free! Or, if you already have an account, please login now.

Please read the following: Unsolicited commercial advertisements are absolutely not permitted on this forum. Other private buy & sell messages should be posted to our Marketplace. For information on how to advertise your service or product click here. Remote Central reserves the right to remove or modify any post that is deemed inappropriate.

Hosting Services by ipHouse