Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incompatibility with latest pyserial 3.5 #107

Open
nicop opened this issue Aug 10, 2022 · 0 comments
Open

incompatibility with latest pyserial 3.5 #107

nicop opened this issue Aug 10, 2022 · 0 comments

Comments

@nicop
Copy link

nicop commented Aug 10, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant