On 18/12/2017 23:20, Les Cargill wrote:
What I'd like to do is set up *some* sort of method in Python to
asynchronously use callbacks to receive characters from a serial port
or 20 serial ports.
If I have to hook an event loop or even spawn a thread - fine! but it
needs to allow for making th
Les Cargill wrote:
What I'd like to do is set up *some* sort of method in Python to
asynchronously use callbacks to receive characters from a serial port
or 20 serial ports.
If I have to hook an event loop or even spawn a thread - fine! but it
needs to allow for making things event-driven. For