SunXinzhao
Results
3
comments of
SunXinzhao
I tested it in my device and I modify the regex to .* ```python import os import re from serial.tools import list_ports for port_info in list_ports.grep(r".*", include_links=True): print(port_info.device) print("####################################") for...
For find modem, I don't have any question. But I want to recognize the model vendor when we list the modems.
Hi Andersson: Can this PR be merged? Thanks.