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
could you explain me how works this (in your examples)?
modem.rxThread.join(2**31)
i am trying to connect multiple modems like 32, and i need to listen on all of them, but also sometimes send sms through any of them, how can it be achieved?
thanks if you can clarify me
The text was updated successfully, but these errors were encountered:
This should work by instantiating each modem (with different port/connection settings) and then registering callback functions for each one of them. Should be doable by iterating through a list/dict that stores the respective connection settings.
Hi,
could you explain me how works this (in your examples)?
modem.rxThread.join(2**31)
i am trying to connect multiple modems like 32, and i need to listen on all of them, but also sometimes send sms through any of them, how can it be achieved?
thanks if you can clarify me
The text was updated successfully, but these errors were encountered: