View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 2 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Wed Nov 29, 2006 5:55 pm 
Offline
Joined: Tue Jan 24, 2006 1:29 am
Posts: 157
Location: Brisbane, Australia
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?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 30, 2006 4:37 pm 
Offline
Joined: Tue Jan 24, 2006 1:29 am
Posts: 157
Location: Brisbane, Australia
Got it all sorted - how to thread here:

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


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu