-
Notifications
You must be signed in to change notification settings - Fork 115
Description
Hello, I am trying to run the example , sms sending works fine but receiving it wont work, I have tried several things, please find the log below
INFO: Connecting to modem on port /dev/ttyUSB0 at 115200bps DEBUG: write: ATZ DEBUG: response: ['OK'] DEBUG: write: ATE0 DEBUG: response: ['OK'] DEBUG: write: AT+CFUN? DEBUG: response: ['+CFUN: 1', 'OK'] DEBUG: write: AT+CMEE=1 DEBUG: response: ['OK'] DEBUG: write: AT+CPIN? DEBUG: response: ['+CPIN: READY', 'OK'] DEBUG: write: AT+CLAC DEBUG: write: AT DEBUG: response: ['OK'] DEBUG: write: AT^CVOICE=? DEBUG: response: ['^CVOICE: (0)', 'OK'] DEBUG: write: AT+VTS=? DEBUG: response: ['+VTS: (0-9,A-D,*,#)', 'OK'] DEBUG: write: AT^DTMF=? DEBUG: response: ['ERROR'] DEBUG: write: AT^USSDMODE=? DEBUG: response: ['^USSDMODE: (0-1)', 'OK'] DEBUG: write: AT+WIND=? DEBUG: response: ['ERROR'] DEBUG: write: AT+ZPAS=? DEBUG: response: ['ERROR'] DEBUG: write: AT+CSCS=? DEBUG: response: ['+CSCS: ("IRA","UCS2","GSM")', 'OK'] DEBUG: write: AT+CNUM=? DEBUG: response: ['OK'] DEBUG: write: AT^CVOICE=0 DEBUG: response: ['ERROR'] DEBUG: write: AT^USSDMODE=0 DEBUG: response: ['OK'] DEBUG: write: AT+CGMI DEBUG: response: ['huawei', 'OK'] DEBUG: write: AT+CGMI DEBUG: response: ['huawei', 'OK'] INFO: Loading Huawei call state update table DEBUG: write: AT+COPS=3,0 DEBUG: response: ['OK'] DEBUG: write: AT+CMGF=0 DEBUG: response: ['OK'] DEBUG: write: AT+CSCA? DEBUG: response: ['+CSCA: "002B003200310033003600360031003000300030003700350030",145', 'OK'] DEBUG: write: AT+CSMP=49,167,0,0 DEBUG: response: ['OK'] DEBUG: write: AT+CSCA? DEBUG: response: ['+CSCA: "002B003200310033003600360031003000300030003700350030",145', 'OK'] DEBUG: write: AT+CPMS=? DEBUG: response: ['+CPMS: ("SM","ME"),("SM","ME"),("SM","ME")', 'OK'] DEBUG: write: AT+CPMS="ME","ME","ME" DEBUG: response: ['+CPMS: 0,20,0,20,0,20', 'OK'] DEBUG: write: AT+CNMI=2,1,0,2 DEBUG: response: ['OK'] DEBUG: write: AT+CLIP=1 DEBUG: response: ['OK'] DEBUG: write: AT+CRC=1 DEBUG: response: ['OK'] DEBUG: write: AT+CVHU=0 DEBUG: response: ['ERROR'] DEBUG: write: AT+CREG? DEBUG: response: ['+CREG: 2,1,"6AA5","011019AC"', 'OK'] DEBUG: write: AT+CSQ DEBUG: response: ['+CSQ: 15,99', 'OK'] Waiting for SMS message...
It keeps waiting and nothing is received ( I have tried to remove the timeout and same issue )