can read contact info from excel

This commit is contained in:
2022-02-21 10:37:18 +01:00
parent 16efab25a3
commit 921457b934
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -114,6 +114,7 @@ if __name__ == '__main__':
modem_list = []
for port in get_devices_ports():
modem_list.append(create_modem_for_port(port))
# cmd = "AT+CMEE=2\r"
# send_command(cmd)