Samsung Ex-link RS-232 Control

Slides:



Advertisements
Similar presentations
Samsung PC Studio Manual PC Connectivity Via USB
Advertisements

Manual Software Upgrade Guide ◆ Notice 1. Use the full model name of TV when manually downloading software updates. Ex) 47LX9500-UA : The Full model name.
JED Microprocessors Pty Ltd Presenting the JED T430 low-cost Projector Controllers Nov 22nd, 2009.
OUTLINE WHAT ? HOW ? WHY ? BLUEPOST Poster and Message Content Specified by the User Displaying the Poster Content on a Monitor Sending Messages to.
SF-3000 Installation Manual. 2 Back of SF CON400) USB connector - User can use USB memory stick after connect USB connector of key PCB. CON500)
Serial Communications Standards (Partly Excerpted from Simpl Primer) Cabling Configuration Protocol.
For PROLiNK TA8 Honeycomb 3.2 Upgrade
MECHANICS FOR PC SERIAL UPGRADING OF VISTAR (2010PK) IRD DEALER QUALIFICATION: 1.The Dealer’s office can be easily located by the subscribers. 2.Dealer.
DPNM Lab., POSTECH 1/25 CS490K - Internet of Things (IoT) Jonghwan Hyun DPNM Lab. Department of Computer Science and Engineering, POSTECH
CS 8903 Demo Wireless Interface for the Bioloid Robot Chetna Kaur.
IPad Remote Control w. Splashtop 2 3Shape TRIOS ®.
Development of a microprocessor project with LPC2388 development board.
Programming the Geiger Counter Board 1. Arduino Files Go to and download the latest Arduino.
OUT OF GAME TESTING INFORMATION WHATS NEEDED INSTRUCTIONS EXAMPLES 750/850 THERMAL TICKET PRINTERS.
Linux OS Installation Guide Simon Hsu. Null modem cable ( COM port interface ) Hyper terminal setting Setup Procedure (Illustrate with PCM-7210) Agenda.
SNG via Webinar. Where’s Webinar??  Double click Aflac 2000 folder  Highlight “SNGWebCommunicator”  Right Click and “Send To - Desktop”
Flight Computer for IlliniSat-2 Team 12 Mark Mahowald Anuj Pasricha Dan Brackmann 12/9/
Powerpoint Templates Page 1 Powerpoint Templates CS Networks Laboratory HANDLED BY, A.MAHESH PRIYA L/IT.
E-Prescribing 10 Steps Allscripts PRESENTED BY INFORMATION SERVICES.
Wire the power and the RS-485 port(COM1) of the meter Connect the RS-485 port of the meter to your computer serial port Power up the meter Check the serial.
Jeremy Sandoval University of Washington May 14, 2013
Digital Logic Design Alex Bronstein
3DVision GPRS connection
Basic Steps in Programming
Frequently Asked Questions (FAQ)
External GPS setup for ArcPad on Mesa 2
Using Build A Step-by-Step Guide
Lab 7 Basic 1: Game of Memory
Peripherals – Keypad The Keypad provides a simple means of numerical data or control input. The keys can be attributed whatever data or control values.
Meetoo Tips.
Samsung Ex-link RS-232 Control
                                                                                                                                                                                                                   Your basic Windows keyboard
How to Use Packet Tracer
How to Redeem a Cardholder Token in AIM
How to Redeem a Cardholder Token in AIM
DE2-115 Control Panel - Part II
IPOM and E-Booking.
Lecture # 13.
3.14 Microscan QX-870 Scanner Configuration
DIGITAL CALCULATOR USING 8051
Samsung Ex-link RS-232 Control
RS232 Converter SB-DN-RS232N.
Arduino Part 1 Topics: Microcontrollers Programming Basics
SERIAL PORT PROGRAMMING
3.14 Microscan MS-860 Scanner Configuration
Serial Communications
1 Input-Output Organization Computer Organization Computer Architectures Lab Peripheral Devices Input-Output Interface Asynchronous Data Transfer Modes.
How to Enjoy HBO Go Streaming on Different Devices Without Cable?
Dial 1(844) | How to Fix HP PC Error Code 0x
CS 301 Fall 2001 – Chapter 3 Slides by Prof. Hartman, following “IBM PC Assembly Language Programming” by Peter Abel 9/17/2018.
Modbus with the AKD Using Modbus Poll and Wireshark Rev. F Dec
Setup Of 4050 EIP To Control LOGIX PLC
Java Byte IPC: Part 6-Summary
Reference Sources Profibus Documentation Contacts
Graduate Awards Automation Application Process
E-NOTIFY and CAER OnLine Training
Serial Communication Interface
Week 12 Ideally, prior to showing these slides, print the slides and cut up the sentences and pictures. Ask the learners in groups to match them, then.
BEN Series LFD EX-LINK Guide
Run Java file with Window cmd
Lesson 3: Epic Appointment Scheduling Referrals
MIPS interrupt continued
Intro to Micro Controllers
Lesson 3: Epic Appointment Scheduling Referrals
Smart Personal Console (SPC)
Maxsony Technology Limited
Configuring Server to communicate with CET meters (Ethernet)
LEGO Education - Mindstorms EV3 - Computer/control center – The Brick
How to Generate a Header File for TAS5805M in PPC3
BEN Series LFD EX-LINK Guide
Presentation transcript:

Samsung Ex-link RS-232 Control Scott Whitman Product Support Manager, SEA

Samsung TV’s can be controlled via RS232 by connecting to the Ex-Link port (Note: if the TV does not have an Ex-Link port, it does not support RS232). The Ex-Link port is a 3.5mm 3 point connection. Although there is both a Tx and Rx line, control data can only be sent to the TV through 2011 product. There is no support for status. The following work book outlines the structure of the Samsung coding, connector pin-out for Ex-Link, testing application and a copy of supported coding. http://files.remotecentral.com/view/6816-18318-1/makehex_gui_makeprontohex.html

Do not change Byte 1 and Byte 2 as they are fixed value Cmd1 Cmd2 Cmd3 Value CS Do not change Byte 1 and Byte 2 as they are fixed value   Bytes 3 through 6 are the command bytes (see slides 4 through 7) Byte 7 (check sum) is the two’s complement of Byte 1 through 6 (see slide 3) Example: Byte 3 = ‘0x4’ Channel Direct Tuning: Byte 4 = selects between DTV and ATV (select ‘0080’ for DTV) Byte 5 = major channel in DTV multiplied by 4 (i.e. if major channel is 4, Byte 5 = 4 * 4 = 16 = 10 in hex. Byte = ‘0x10’) Byte 6 = minor channel (i.e. channel 4-2 Byte 6 = ‘0x2’) Example: To direct tune Channel 4-2:          The 7 byte structure would be: 0x8 0x22 0x4 0x80 0x10 0x2 0x40

Ex-Link cable pin out Part number: AA39-00311A Available through GPCA or Samsungparts.com

SamsungParts.com

Basic operation can be verified using this application. Ex-Link test app 2009 and prior (refer to slide 10 for 2010 and forward) Basic operation can be verified using this application. All basic operations can be verified by simple key press. Selecting “Power On” should generate the code (byte 3 thru 6) and send it to the TV via the Ex-Link port. In the “Sending State” window, the status of code will be displayed. Once the TV accepts the code, “success” should be displayed in the window

Communication settings: Baud rate: 9600 Set com port to match your PC Once com port selected, click on the RS232C Connect button Once connected As you select the functions within the app, the window will display both the sending 7 byte command as well as show whether the TV acknowledged the command. Ex. Line 15, no “3CF1” acknowledge return

Model list:

Ex-Link test app and RS232 coding for: 2010 ~ 2016 model year Embedded files Basic operation can be verified using this application. All basic operations can be verified by simple key press. Selecting “Volume Up” should generate the code (byte 3 thru 6) and send it to the TV via the Ex-Link port. In the “Sending State” window, the status of code will be displayed. Once the TV accepts the code, “success” should be displayed in the window

End Scott Whitman Product Support Manager, SEA