2015-09-08 06:52 AM
Hello,
I'm trying to POST some JSON data to my server but it seems I'm having a problem because the post data is comma delimited just like the POST command arguments. I have already tried to escape the character with ''\,'' but it does not work. Is there a special escape character for using commas inside the data of a POST?Pat #http-post2015-09-08 07:03 AM
Hi Patrick,
current FW3.4 still have this limit. Cannot use comma inside AT-commands for arguments. It will be solved.In the meanwhile, you can use sockets: open (SOCKON), write (SOCKW) and read (SOCKR).I'm sorry for this.jerry