forked from faucamp/python-gsmmodem
-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "build/bdist.linux-armv7l/egg/gsmmodem/modem.py", line 1205, in __threadedHandleModemNotification
self._handleSmsStatusReport(line)
File "build/bdist.linux-armv7l/egg/gsmmodem/modem.py", line 1373, in _handleSmsStatusReport
report = self.readStoredSms(msgIndex, msgMemory)
File "build/bdist.linux-armv7l/egg/gsmmodem/modem.py", line 1428, in readStoredSms
msgData = self.write('AT+CMGR={0}'.format(index))
File "build/bdist.linux-armv7l/egg/gsmmodem/modem.py", line 492, in write
raise CmsError(data, int(errorCode))
CmsError: CMS 321
Every time I call for an SMS to be sent using the example code, I get this error after "SMS Delivered"
How do I fix this? Thanks
Metadata
Metadata
Assignees
Labels
No labels