Good morning,
I am newly studying to be a programmer. I’m learning about C and ADL
libraries. I have got a WCPU WMP100.
I’m looking for someone exemplifing me a program doing the follow:
Welcome to the forum.
As per your description, you can first check UART_access sample bundled in the package and use it as a base adding required A&D library.
Thank for your answer,
I’m confused, i read these examples but i don’t understand two things:
1)The difference between AT MODE and DATA MODE
2)How to save the answer string
Do you want to send this AT command through a computer? Or you want to do all the process internally in modem’s Open AT Software?
I think you should have a look at documantation of ADL library. adl_atCmdCreate function is for executing AT commands within Open AT. You can read about that function.
I really don’t think Open-AT / ADL is a good platform for learning ‘C’
I would strongly suggest that you take time first to learn programming in ‘C’ then, once you are proficient, move on to applying that in Open-AT / ADL.