terence zhang

Results 2 comments of terence zhang

Duplicated issue with https://github.com/ARMmbed/ATParser/issues/1: Got the solution from the reference: `https://github.com/sarahmarshy/mxchip-wifi-driver/blob/at-parser-port/mxchip/MXCHIP.cpp#L165` **`Use _parser.recv("%[^\r]%*[\r]%*[\n]") instead of _parser.recv("%15[^\r\n]")`**

I saw ESP8266 driver and PPPCellularInterface are using this "width" parameters. Since the esp8266 use quotes in the string, it works well. but I really adapt if it is working...