Skip to content Skip to sidebar Skip to footer

Python Lirc Blocking Signal Workaround Not Working

I've been having trouble with the Python LIRC function lirc.nextcode(). I turned off blocking, which allows the code lirc.nextcode() to be skipped if the LIRC queue is empty, by in

Solution 1:

Switching to Pylirc2 and using pylirc.blocking(0) fixed it.


Post a Comment for "Python Lirc Blocking Signal Workaround Not Working"