I've been having a lot of trouble posting on a google sheets.
I'm using an XMEGA micro controller for a proyect so I only need to send this data via Serial Com.
I Already have google sheets and the script set up, but I can't send data to it.
I tried this:
AT+CIPSTART="TCP","POST /macros/s/(Script_ID)/R1M1=24&R1M2=25&R1M3=26&R1M4=32&R1M5=50&R1M6=71 HTTP/1.1
Host: script.google.com
Content-Type: application/x-www-form-urlencoded
Content-Length: 47",80
"/R1M1=24&R1M2=25&R1M3=26&R1M4=32&R1M5=50&R1M6=71" is the data I want to send.
Do i need other command or is the format wrong?
Thanks for the help in advance
c: