Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我将移动设备连接到 Windows XP 机器时,有没有办法使用 Python 以编程方式读取 GSM 调制解调器端口号?
对不起,我不知道 python 语法,只是一个想法。您可以使用SerialPort.GetPortNames();获取系统中可用端口的列表。
SerialPort.GetPortNames();
然后向AT每个端口发送一个命令。哪个端口以 响应OK,这意味着您的调制解调器已连接到该端口。
AT
OK