MaJerle / GSM_AT_commands_parser

Platform independent, ANSI C AT commands parser for SIMcom GSM modules
171 stars 95 forks source link

I have a question #2

Closed Hmissa closed 7 years ago

Hmissa commented 7 years ago

Hi Majerle, I dont find the function that read the responce coming form the GSM module after the AT Command, the function that write in the Received variable. Can you specify it please? Thanks

Best Regards Saif

MaJerle commented 7 years ago

There is no function which will do that automatically. You have to implement low-level layer for communicaiton (like UART on microcontroller) and then call GSM_DataReceived function with your received data.

After that, library will process it and do what it needs.

Hmissa commented 7 years ago

I see. Thanks