I am looking for a solution to programmatically return all available serial ports with python.
At the moment I am entering ls /dev/tty.* or ls /dev/cu.* into the terminal to list ports and hardcoding them into the pyserial class.
|
|
|
|
|
|
|
What about just doing the |
||
|
|
|
|
You could do something like this:
Then, take a look at pyserial for some good utility functions to check if a port is open and so forth. |
|||
|