jakhax / raspberry-pi-sim800l-gsm-module

connecting the raspberry pi to sim8ool gsm module to send, receive sms, delete sms etc.
MIT License
51 stars 28 forks source link

Will it run to python version 3? #1

Closed JGMAGNO closed 4 years ago

JGMAGNO commented 4 years ago

I am building a simple program that will be using sim800l and python 3, will this code will work?

jakhax commented 4 years ago

yeah, I actually usedpython3.6 so you should be fine just remember to disable serial console to enable communication between the pi and sim800l via serial0 .

JGMAGNO commented 4 years ago

okay thank you!