When COM port number is a single digit it is currently not allowed to add a prefix-zero: - Does not work: `python -m there -pCOM08 ls` - Does work: `python -m there -pCOM8 ls` instead This is an additional source of error
When COM port number is a single digit it is currently not allowed to add a prefix-zero:
python -m there -pCOM08 lspython -m there -pCOM8 lsinsteadThis is an additional source of error