10/10/25 - It’s been so long since we’ve last seen you!
10/24/22 - In searching for the perfect day, Timmy discovers something unexpected!
9/04/22 - That childhood favorite is back in a new Timmy video.
7/31/22 - It’s time for my second new Just Like Timmy video!
7/12/22 - Why not check out my new YouTube animation channel, Just Like Timmy!
|
|
 |
|
The following page was printed from RemoteCentral.com:
|
Samsung TV RS232 Codes for Ex-Link
| |
|
| Topic: | Samsung TV RS232 Codes for Ex-Link This thread has 106 replies. Displaying posts 1 through 15. |
|
| Post 1 made on February 28, 2014 at 16:26 |
|
Joined: Posts: | November 2008 5,307 |
|
|
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 08:29.
|
|
|
| Post 2 made on February 28, 2014 at 17: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 February 28, 2014 at 18:12 |
|
Joined: Posts: | November 2008 5,307 |
|
|
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.
|
|
|
| Post 4 made on February 28, 2014 at 18:27 |
|
Joined: Posts: RC XP: | October 2003 1,566 184⭐︎ |
|
|
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 February 28, 2014 at 19:43 |
|
Joined: Posts: | November 2008 5,307 |
|
|
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....
|
|
|
| Post 6 made on March 1, 2014 at 05:59 |
|
Joined: Posts: RC XP: | October 2003 1,566 184⭐︎ |
|
|
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 March 1, 2014 at 18:12 |
|
Joined: Posts: RC XP: | July 2007 8,488 249⭐︎ |
|
|
I don't care what Brendon says about you. You're alright man ;-)
|
|
| OP | Post 8 made on March 4, 2014 at 23:08 |
|
Joined: Posts: | November 2008 5,307 |
|
|
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.
|
|
|
| Post 9 made on August 2, 2014 at 21:45 |
|
| OP | Post 10 made on August 3, 2014 at 07:31 |
|
Joined: Posts: | November 2008 5,307 |
|
|
Strange. Download works for me. I'll email the file to you.
|
|
|
| Post 11 made on December 12, 2014 at 10:39 |
|
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 December 12, 2014 at 16:18 |
|
Joined: Posts: | November 2008 5,307 |
|
|
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?
|
|
|
| Post 13 made on December 26, 2014 at 13:04 |
|
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 December 31, 2014 at 19:49 |
|
Joined: Posts: | October 2012 137 |
|
|
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 January 3, 2015 at 07:29 |
|
Joined: Posts: | November 2008 5,307 |
|
|
I will see if I can convert it when I get to my laptop.
|
|
|
 |
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.
|
|