Skip to content

Two things #115

Description

@obnoxiousmods

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]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions