Samsung TV RS-232
TurnipTruck
Junior Member
Greetings,
Most of the modern Samsung TVs claim to have RS-232 control available through the 3.5 mm jack. I cannot find any documentation on it anywhere though.
Does anyone have any knowledge of serial control of Samsung TVs?
Thanks.
Most of the modern Samsung TVs claim to have RS-232 control available through the 3.5 mm jack. I cannot find any documentation on it anywhere though.
Does anyone have any knowledge of serial control of Samsung TVs?
Thanks.
Comments
-
See page 43 of this document for the protocol:
http://www.samsung.com/us/business/resources/ME32B/User_Manual/%5BME32B%20ME40B%20ME46B%20ME55B%20UE46A%20UE55A%5DUser%20manual.pdf -
Here are commands that I sent to a ME32B that worked:
DEFINE_FUNCTION tvCommand(INTEGER nCOMMAND){ SWITCH(nCOMMAND){ case TV_POWER_OFF: SEND_STRING dvTV, "$AA,$11,$FE,$01,$00,$10"; // power off break; case TV_POWER_ON: SEND_STRING dvTV, "$AA,$11,$FE,$01,$01,$11"; // power on WAIT 60 tvCommand(TV_INPUT); break; case TV_INPUT: SEND_STRING dvTV, "$AA,$14,$FE,$01,$21,$34"; // hdmi WAIT 20{ tvCommand(TV_VOLUME); } break; case TV_VOLUME: SEND_STRING dvTV, "$AA,$12,$FE,$01,$37,$48"; // volume = 55 //SEND_STRING dvTV, "$AA,$12,$FE,$01,$4B,$5C"; // volume = 75 break; } }Baud is just the standard 9600 N 8 1. -
I will give that a try. I am asking about the consumer TVs though. I would suspect that they may be different than the commercial model documentation you posted.
Thanks. -
It works on consumer TV*but you are never able to get it on as it switches off the rs-232 port when it's in standbyTurnipTruck wrote: »I will give that a try. I am asking about the consumer TVs though. I would suspect that they may be different than the commercial model documentation you posted
-
It works on consumer TV*but you are never able to get it on as it switches off the rs-232 port when it's in standby

Turn off all 'eco' settings and it will no longer kill the serial board when in standby. They do this out of the box to achieve EnergyStar ratings.
Categories
- All Categories
- 2.5K AMX General Discussion
- 922 AMX Technical Discussion
- 514 AMX Hardware
- 502 AMX Control Products
- 3 AMX Video Distribution Products
- 9 AMX Networked AV (SVSI) Products
- AMX Workspace & Collaboration Products
- 3.4K AMX Software
- 151 AMX Resource Management Suite Software
- 386 AMX Design Tools
- 2.4K NetLinx Studio
- 135 Duet/Cafe Duet
- 248 NetLinx Modules & Duet Modules
- 57 AMX RPM Forum
- 228 MODPEDIA - The Public Repository of Modules for Everyone
- 943 AMX Specialty Forums
- 2.6K AMXForums Archive
- 2.6K AMXForums Archive Threads
- 1.5K AMX Hardware
- 432 AMX Applications and Solutions
- 249 Residential Forum
- 182 Tips and Tricks
- 146 AMX Website/Forums