-
Updated
Jun 5, 2020 - C++
gsm
Here are 239 public repositories matching this topic...
-
Updated
May 5, 2020 - Python
-
Updated
May 17, 2020
The man page shows:
getallsms -pbk
Get all SMS from phone. In some phones you will have also SMS templates and info about locations used to save Picture Images. With each sms you will see location. If you want to get such sms from phone alone, use gammu getsms.
Options p, b, and k are all undocumented in the man page, and apparently on the web as well. I see no information about them. T
1. SDK version(SDK 版本)
V2.112
I found that it lacks of many APIs documentation on https://ai-thinker-open.github.io/GPRS_C_SDK_DOC/en
In demo code there is a lot of strange functions that i can not know how to use.
Hope dev team update documentation soon, thanks!
-
Updated
Jan 26, 2019 - C++
-
Updated
May 4, 2020 - C
-
Updated
May 3, 2019 - Python
-
Updated
Nov 25, 2017 - Python
-
Updated
Nov 7, 2018 - Python
-
Updated
Dec 12, 2019 - C#
-
Updated
Jun 18, 2017 - Java
-
Updated
Sep 10, 2017 - C++
-
Updated
Aug 8, 2015 - Java
-
Updated
Jul 12, 2016 - CSS
Database ER Diagram
Data Flow Diagram
FAQ proposals (WIP)
-
Updated
Nov 21, 2019 - C++
Improve this page
Add a description, image, and links to the gsm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gsm topic, visit your repo's landing page and select "manage topics."



I tried to add a c-module to my project but the documentation https://micropython-dev-docs.readthedocs.io/en/latest/adding-module.html does not fit.
I am still hanging on the very first step, adding a module (like esp32/mymodule.c)
If I add it to the components.mk in
MicroPython_BUILD/components/the build script will tell me*** No rule to make targetThere is still no code in mymodule