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

Two things #115

Open
obnoxiousish opened this issue Aug 27, 2023 · 0 comments
Open

Two things #115

obnoxiousish opened this issue Aug 27, 2023 · 0 comments

Comments

@obnoxiousish
Copy link

obnoxiousish commented Aug 27, 2023

First one, I send an SMS to a using certain canadian carrier with the normal sendSms function, it delivers BUT if I try another it fails CMS or CME or GSM error 21 sms rejected / invalid index

However another carrier if I try lots of sendSms it works fine without error

Can only get the first one to work by completely reconnecting and sending again
Considering it works once then breaks I feel like something is wrong with what commands the device is expecting or the carrier is expecting? Not sure any ideas

Secondly, should add

    @property
    def iccid(self):
        """ :return: The modem's ICCID number """
        return self.write('AT+QCCID')[0]
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