peterhinch / micropython-async

Application of uasyncio to hardware interfaces. Tutorial and code.
MIT License
744 stars 169 forks source link

Asyncio and sending serial data to SIM7600 (SMS) #105

Closed andypnz closed 1 year ago

andypnz commented 1 year ago

Hi Peter

This message is regarding an old forum post here: https://forum.micropython.org/viewtopic.php?t=4603 Because the forum is archived I cannot register and post to that thread.....

I am trying to use the information you provided to interface a RP2040 board to a SIM7600 to send and receive SMS messages. Thanks to your info from 2018 I am 'sort of' able to send a SMS....

Would you have time to have a look here and let me know what I am doing wrong? https://github.com/orgs/micropython/discussions/11649#discussioncomment-6027927

Thank you from NZ! Andrew

BTW, is there an existing micropython library to do this?

peterhinch commented 1 year ago

Hi Andrew,

I have responded in discussions, so closing this issue.

Pete

andypnz commented 1 year ago

Hi Pete

Thank you very much!

I will have time to try that tomorrow - thanks again for the reply!

Andrew