06-20-2022, 12:10 PM
This is a nice project. The driver seems to be failing on line 99 when using select to read console input (stdin). It looks like the developer used Linux and you are testing Windows.
I would try removing that line/if or replacing it by a simple "if True:".
I would try removing that line/if or replacing it by a simple "if True:".