Quantcast
Viewing latest article 36
Browse Latest Browse All 44

Answer by Mohammad Ali for Receive SMS Messages GSM SIM900 Using Raspberry Pi 3

Try changing these lines:

p=list(find(fd, ",")) q=list(find(fd, '\r')) MsgNo=fd[p[0]+1:q[1]]     

With the following:

P=fd.index(“,”)q=fd.index(“\r”)MsgNo=fd[p:q]

Viewing latest article 36
Browse Latest Browse All 44

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>