LinHES Forums
http://forums.linhes.org/

FIXED: Recording Status LEDs Script - R5D1
http://forums.linhes.org/viewtopic.php?f=17&t=12779
Page 1 of 1

Author:  soundoff [ Wed Nov 29, 2006 5:55 pm ]
Post subject:  FIXED: Recording Status LEDs Script - R5D1

I have just finished building my new backend, and I am trying to get the Recording Status LEDs Script working as per these instructions:

http://www.mythtv.org/wiki/index.php/Us ... ing_Status

My hardware works. If i modify the script down to the following, both my LEDs turn on.

Code:
#!/usr/bin/python

import serial,time


#Open COM2
s = serial.Serial(1)
#Turn on all lights
s.setDTR(1)
s.setRTS(1)

while(True):
   time.sleep(60)



However if i run either version of the script as posted, (modified to suit me using COM2 instead of COM1 as per the above code) i get nothing.

Has anything changed in the latest versions of knoppmyth that would break these scripts?

Author:  soundoff [ Thu Nov 30, 2006 4:37 pm ]
Post subject: 

Got it all sorted - how to thread here:

http://mysettopbox.tv/phpBB2/viewtopic.php?t=12786

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/