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
Hi,
when trying out incoming_call_demo.py example with the demo python code on Raspberry Pi I get the error when calling this modem.rxThread.join(2**31) and in modem.close():
AttributeError: 'GsmModem' object has no attribute 'rxThread'
I believe it's not package gsmmodem problem, but what it is, I have no clue - I am just a begginer in python/RPi..
I am making a project which will set one pin on the RPi when certain number call the GSM modem which is plugged in RPi.
Does anyone can help me with an already made code or example for my problem?
Looking forward for your reply and resolving my project issues.
The text was updated successfully, but these errors were encountered:
Thanks, @lcnittl, your suggestion did work, appreciate that!
Now my script is executing and waiting for an incoming call.
Now I don't know what to do. I have called the modem number several times, but the ring seems to have a different ringing tone than other "normal" numbers.
Trying to figure out what on my side is wrong now.
Hi,
when trying out
incoming_call_demo.py
example with the demo python code on Raspberry Pi I get the error when calling thismodem.rxThread.join(2**31)
and inmodem.close()
:AttributeError: 'GsmModem' object has no attribute 'rxThread'
I believe it's not package
gsmmodem
problem, but what it is, I have no clue - I am just a begginer in python/RPi..I am making a project which will set one pin on the RPi when certain number call the GSM modem which is plugged in RPi.
Does anyone can help me with an already made code or example for my problem?
Looking forward for your reply and resolving my project issues.
The text was updated successfully, but these errors were encountered: