update:sms

This commit is contained in:
eric
2023-04-25 19:16:36 +08:00
parent f4803ad1c6
commit 9b57f0d19d
9 changed files with 247 additions and 0 deletions

3
smssend/test.py Normal file
View File

@@ -0,0 +1,3 @@
import serial
modem = serial.Serial(port='COM8', baudrate=9600)
modem.write(("AT"+"\r\n").encode())