How to use the smspdu.smspdu.pdu.SMS_SUBMIT function in smspdu

To help you get started, we’ve selected a few smspdu examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github facebookarchive / CommunityCellularManager / smspdu / smspdu / t39.py View on Github external
def fetch(self):
        s = self.ser.readline()
        self.pdu = SMS_SUBMIT.fromPDU(s)
        return self.pdu

smspdu

SMS PDU encoding and decoding, including GSM-0338 character set

BSD-2-Clause
Latest version published 13 years ago

Package Health Score

42 / 100
Full package analysis

Similar packages