pulkin / micropython

MicroPython implementation on Ai-Thinker GPRS module A9 (RDA8955)
https://micropython.org
MIT License
103 stars 30 forks source link

USSD #59

Closed ens4dz closed 4 years ago

ens4dz commented 4 years ago

First thanks a lot for this project, I am newbie, any help to add USSD request ? thanks.

pulkin commented 4 years ago

Yep, it looks relatively easy as presented in demos

https://github.com/Ai-Thinker-Open/GPRS_C_SDK/blob/8d4426f32df699594f42abeddb99f43c82d36f45/demo/ussd/src/demo_ussd.c#L121-L140

pulkin commented 4 years ago

Here you go with the example.

ens4dz commented 4 years ago

My problem has been solved, Thank your for the support.