chunlinhan / WiFiRM04

Arduino WiFi library for Hi-Link HLK-RM04 module
37 stars 28 forks source link

Parsing server response #29

Open gneil90 opened 9 years ago

gneil90 commented 9 years ago

Hello! In browser it gives me this string: "{\"result\":true}" in serial monitor: ""{\"resul\r"" and thats all, how do i parse it correctly? however it shows in serial monitor that Content-Length: 19

Pls, note that I am using only Serial1 and changed max sock numbers to 1

chunlinhan commented 9 years ago

Hi gneil90,

Have you increased the Rx buffer size of Serial1?

Check the discussion here: https://github.com/chunlinhan/WiFiRM04/issues/6#issuecomment-35050436