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

issue on set text mode parameter #19

Open
ghorbanpirizad opened this issue Sep 26, 2020 · 2 comments
Open

issue on set text mode parameter #19

ghorbanpirizad opened this issue Sep 26, 2020 · 2 comments

Comments

@ghorbanpirizad
Copy link

ghorbanpirizad commented Sep 26, 2020

in gsm.c line 272 must be change from
snprintf(strParam,sizeof(strParam),"AT+CSMP=%d,%d,%d,%d\r\nOK\r\n",fo,vp,pid,dcs);
to
snprintf(strParam,sizeof(strParam),"AT+CSMP=%d,%d,%d,%d\r\r\nOK\r\n",fo,vp,pid,dcs);

@nimaltd
Copy link
Owner

nimaltd commented Sep 28, 2020

thanks

@nimaltd
Copy link
Owner

nimaltd commented Sep 28, 2020

please use http://github.com/nimaltd/gsm

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

2 participants