You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work you did with this package. I come from gammu package which is unreliable to receive incoming SMS.
Just a problem I recently encountered:
I have updated pyserial from 3.4 to 3.5 and when I run my SMS incoming program handler using gsmmodem I get a message which state that 'serial' does not have 'Serial' attribute, at the latest call:
super(GsmModem, self).connect() in modem.py
I don't have the exact error message anymore since I got back to pyserial 3.4 which runs perfectly with gsmmodem as before.
I can downgrade to 3.4 and send it to you if needed.
platform : Raspberry Pi Zero 2W
Python : 3.9.2
OS : Rasp OS Buster 32 bit
modem : Huawei E3531
The text was updated successfully, but these errors were encountered:
Great work you did with this package. I come from gammu package which is unreliable to receive incoming SMS.
Just a problem I recently encountered:
I have updated pyserial from 3.4 to 3.5 and when I run my SMS incoming program handler using gsmmodem I get a message which state that 'serial' does not have 'Serial' attribute, at the latest call:
super(GsmModem, self).connect() in modem.py
I don't have the exact error message anymore since I got back to pyserial 3.4 which runs perfectly with gsmmodem as before.
I can downgrade to 3.4 and send it to you if needed.
platform : Raspberry Pi Zero 2W
Python : 3.9.2
OS : Rasp OS Buster 32 bit
modem : Huawei E3531
The text was updated successfully, but these errors were encountered: