Python friends:
I have a desire to build a small program for testing a piece of hardware I am designing. This program will need to have a REPL so the user can invoke various configuration and test commands while connected to the device, but also asynchronously handle data arriving from that device and displaying it.
Can anyone suggest packages and/or a strategy for doing this?
πΈπͺ