End of response to an AT command

后端 未结 5 1988
Happy的楠姐
Happy的楠姐 2020-12-21 06:36

How to be sure what is end of an AT command send to GSM module?

I need some character or string that represent end of AT command for every case due to finding when

5条回答
  •  爱一瞬间的悲伤
    2020-12-21 07:08

    The response format is command specific. While there are certain similarities ("OK\r\n"), in the end you need explicit handling for each.

提交回复
热议问题