Giter Site home page Giter Site logo

Comments (2)

hieucdtspk avatar hieucdtspk commented on July 19, 2024

Dear @kleysonr,

The root cause of this problem regarding to AT configuration for SMS, TEXT mode or PDU mode (note that this lib working well with PDU mode only!).
So you need to factory reset your modem and make sure switch modem in correct PDU mode before running app. you can manually open the terminal and anter some AT command as following:
AT&F // to factory reset modem
AT&W // to save the current configuration of modem to non-volatile memory
AT+CMGF=0 // to switch to PDU mode
AT+CSCS="GSM" // 7bit mode
Now, your app should work with modem properly!

Regards,
HieuNT

from modem.

emonik avatar emonik commented on July 19, 2024

@hieucdtspk This lib works just fine with TEXT MODE , in my case the issue was due to the device storage being 50% full ( New smses wasn't passing through & I don't know why , p.s : I was debugging with "minicom" ) .
Keeping the storage capacity below 50% for my case was the solution.

P.S: I had the same issue when I was running USSD codes with another library & listening for smses with this one ( I Ignored the +CUSD event & everything was fine )

@kleysonr : Does this fall within your case ?

UPDATE: The above doesn't seem to solve the issue completely.

from modem.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.