Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Samsung TV's

Questions and comments specific to a particular plugin should go here.
RedsGT
Posts: 7
Joined: Mon Nov 28, 2011 4:10 am

Re: Samsung TV's

Post by RedsGT »

I have a PN60E530A3FXZA with EX-Link. When I turn on my set using the remote, I get an "f8" message from the TV in EG. I've modified this plugin to return an event instead of just a message when it receives things from EX-Link.

Just change line 268 from "print b" to "self.TriggerEvent(b)" .

Code: Select all

    def OnReceive(self, serial):
        buffer = ""
        while True:
            b = serial.Read(1, 0.1)
            b = binascii.hexlify(b)
            if b == '':
               return
           self.TriggerEvent(b)
thahim
Posts: 17
Joined: Fri Jul 11, 2014 5:33 am

Re: Samsung TV's

Post by thahim »

Fiasco wrote:Plugin for Samsung Televisions:

RS232 Cable: Samsung DCR003G RS232->stereo mini plug for "ex-link" port

Commands that accept an argument don't work (will fix after turkey day weekend)
Commands that have no argument should all work.

* File Updated Nov 27 *
Port Drop down menu in Config is empty.
EventGhost Version 0.4.1.r1669
Windows 7
Post Reply