Your Universal Remote Control Center
RemoteCentral.com
RS-232 & IP Control 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 1 of 7
Topic:
Samsung TV RS232 Codes for Ex-Link
This thread has 104 replies. Displaying posts 1 through 15.
Post 1 made on Friday February 28, 2014 at 17:26
Duct Tape
Loyal Member
Joined:
Posts:
November 2008
5,298
I created an excel document to generate all the RS232 codes that I could find.

This includes all the discrete commands as well as the hard to find numeric digits, smart hub, netflix, and many more.

You can use the document to create your own codes too. (direct channel, volume, etc)

The document will automatically generate the serial string with the checksum included.  It took me several hours today to find and test these codes, i hope you guys can make use of this.

[Link: dropbox.com]

Last edited by Duct Tape on September 5, 2017 09:29.
[Link: facebook.com]
Post 2 made on Friday February 28, 2014 at 18:10
SysIntegration
Advanced Member
Joined:
Posts:
December 2013
895
\
On February 28, 2014 at 17:26, Duct Tape said...
I created an excel document to generate all the RS232 codes that I could find.

This includes all the discrete commands as well as the hard to find numeric digits, smart hub, netflix, and many more.

You can use the document to create your own codes too. (direct channel, volume, etc)

The document will automatically generate the serial string with the checksum included.  It took me several hours today to find and test these codes, i hope you guys can make use of this.

[Link: dl.dropboxusercontent.com]
 

Great job, thank you. This is really valuable. What resource did you use to generate all of this? Samslung isn't really forward about this type of control.
0101001101111001011100110100100101101110011101000110010101100111011100100110000101110100011010010110111101101110
OP | Post 3 made on Friday February 28, 2014 at 19:12
Duct Tape
Loyal Member
Joined:
Posts:
November 2008
5,298
I combined several documents that I found on the web. Then I figured out the formula for excel to build the serial strings and checksums.
[Link: facebook.com]
Post 4 made on Friday February 28, 2014 at 19:27
Slimfoot
Select Member
Joined:
Posts:
October 2003
1,562
Mighty fine job indeed. I am new to RS232 and Excel for that matter. Is there a formula for inserting those commas in the URC strings?
Sir, my concern is not whether God is on our side; my greatest concern is to be on God's side, for God is always right.
Abraham Lincoln
OP | Post 5 made on Friday February 28, 2014 at 20:43
Duct Tape
Loyal Member
Joined:
Posts:
November 2008
5,298
here is the formula that i used to combine all 7 bytes and add the commas between them.

=CONCATENATE(D4,",",E4,",",F4,",",G4,",",H4,",",I4,",",J4)




i just now realize that i posted this in the wrong section....

 
[Link: facebook.com]
Post 6 made on Saturday March 1, 2014 at 06:59
Slimfoot
Select Member
Joined:
Posts:
October 2003
1,562
On February 28, 2014 at 20:43, Duct Tape said...
here is the formula that i used to combine all 7 bytes and add the commas between them.

=CONCATENATE(D4,",",E4,",",F4,",",G4,",",H4,",",I4,",",J4)

i just now realize that i posted this in the wrong section....


Thanks Mr. Tape.
Sir, my concern is not whether God is on our side; my greatest concern is to be on God's side, for God is always right.
Abraham Lincoln
Post 7 made on Saturday March 1, 2014 at 19:12
goldenzrule
Loyal Member
Joined:
Posts:
July 2007
8,474
I don't care what Brendon says about you. You're alright man ;-)
OP | Post 8 made on Wednesday March 5, 2014 at 00:08
Duct Tape
Loyal Member
Joined:
Posts:
November 2008
5,298
On March 1, 2014 at 19:12, goldenzrule said...
I don't care what Brendon says about you. You're alright man ;-)

yeah, screw that Brendon guy.
 
[Link: facebook.com]
Post 9 made on Saturday August 2, 2014 at 22:45
Nate8384
Lurking Member
Joined:
Posts:
March 2012
6
I'd really like this file but I can't see anything when I click the link.
Nathan Goldstein
Theater Monster LLC
http://www.theatermonster.com
OP | Post 10 made on Sunday August 3, 2014 at 08:31
Duct Tape
Loyal Member
Joined:
Posts:
November 2008
5,298
Strange. Download works for me. I'll email the file to you.
[Link: facebook.com]
Post 11 made on Friday December 12, 2014 at 11:39
BBA614
Lurking Member
Joined:
Posts:
November 2014
4
ok guys don't laugh at me too hard, I am a complete newb at all this stuff and terminology etc. :(

This doc is great, I have been fishing around attempting to find information on serial control to a new samsung LED tv ( just bought a few weeks ago). Has Ex-Link port on screens back panel.....

What I am attempting to do is Control (ON/OFF) capabilities for the display via "HEX" code, from a Asus Chromebox i3 PC...

via the Excel doc (downloaded fine for me), I see Power Toggle, Power Off And Power On first 3 rows... I see "Raw String" "URC Format String" then the List of 1-7 Byte.... Are any of these in HEX? or are any of these hex codes that i can use?

The software platform I am using has ability to put in the established Hex codes for ON/OFF PWR and will send the codes with the timing of the application...

Any and all advice on subject matter would be amazing, again green and trying to learn the ropes... this site has been a blessing, but at the same time a headache (on my part) as I get lost in translations lol

Cheers,
OP | Post 12 made on Friday December 12, 2014 at 17:18
Duct Tape
Loyal Member
Joined:
Posts:
November 2008
5,298
both strings are in hex.  the ones that say URC Format have commas between each byte, because that is how the URC controller expects hex codes to be formatted.  this is different for each control system.  the raw string just has a space between each byte.  this may or may not work for your control system.

are you using a software program loaded on the chromebox? if so, what is the name of it?
[Link: facebook.com]
Post 13 made on Friday December 26, 2014 at 14:04
depsi
Lurking Member
Joined:
Posts:
December 2014
3
Duct Tape, Thank you very much!

Question: are there any commands to get power and volume state of the TV? Does it send any answers for the commands?
Post 14 made on Wednesday December 31, 2014 at 20:49
Shaner
Long Time Member
Joined:
Posts:
October 2012
136
Thanks Duct Tape for making the spreadsheet. It's the checksum that always gets me.

I am able to download the .zip file and extract it but when I try to open it, the program locks up and won't load the spreadsheet. I am using Open Office (4.1.0) and am wondering if that's why I am having the problem. I can't exit out of the program or even close it with task manager. I have to end the process in task manager. I tried changing the file type from .xlsx to .xls but it didn't like that one bit.

Thanks for any help (anyone)
OP | Post 15 made on Saturday January 3, 2015 at 08:29
Duct Tape
Loyal Member
Joined:
Posts:
November 2008
5,298
I will see if I can convert it when I get to my laptop.
[Link: facebook.com]
Find in this thread:
Page 1 of 7


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