-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
how many files and how much work it will need to adapt library to support SIM7600 #63
Comments
Most work is to be done in lwgsm_int and lwgsm_parser files |
Is there a way to debug the process? to actually know how stepwise data is been handled? also I couldn't locate lwgsm_buff_write function in any file |
You can step into process function that parses each and every received character.
|
Why I am unable to read SMS, I am trying to debug this library with lpc1768 & sim800c, but I am getting problems reading, I have added the log below edit: 10:48 AM 09-09-2021
|
This is a bug, in the below function you need to check for NULL condition, uint8_t |
Can you please format data to be well readable? What sms read fubction returns? |
i have currently disabled CHECK_READY(); in fun lwgsm_sms_send & lwgsm_sms_read, i dont always receive SMS Ready from sim800c. same thing for sim7600e |
You should not remove check ready step. How your send SMS API looks like? Complete one please. Did you check this one? https://github.com/MaJerle/lwgsm/blob/develop/snippets/sms_send_receive.c |
Hi, Tilen Majerle
Nice work really liked your work, I just want to know how much change i have to make to adapt this library to support sim7600. i believe lwgsm_input.c is the file that has the main send and receives AT command parsing. just to know is there any other file that needs to be changed?
Thanks for Library and support
Sushant
The text was updated successfully, but these errors were encountered: