Pablo Santa Cruz

Results 4 comments of Pablo Santa Cruz

Trying to understand what you are trying to do here. Are you reading the SMS INBOX for INCOMING SMS on your MODEM? I am already seeing what the API gets...

Will look into that later today. Thanks for letting me know. On Sat, Mar 12, 2022 at 14:00 therealrollexx ***@***.***> wrote: > I am successfully receiving the SMS. In the...

I added in `net.py` file some calls that might help you. Haven't test it myself since I no longer have a HUAWEI MODEM with me. It's on [this branch](https://github.com/pablo/huawei-modem-python-api-client/tree/net-api/huaweisms/api). If...

@mboahost is right. These operations are ASYNC by nature. So, after you send, you need to "wait" for the response which might arrive a couple of seconds after this.