A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By alonewolfx2
#2912
Borstenhorst wrote:Great!
Your welcome ;)


is there anyway to start logging on usermain?. i am writing
Code: Select allAT+CSTARTLOG="TCP","192.168.2.69/new_value.php?d=5&o=4",80
on the serial and its working fine. but if start on usermain its gonna be perfect.
User avatar
By Borstenhorst
#2915 you might try to pass "="TCP","192.168.2.69/new_value.php?d=5&o=4",80"
to
at_setupCmdCipStartLog(uint8_t id, char *pPara)

you need to test where is a good place to do so or you might want to add a timer to fire an or find/implement a callback once the system is up.
User avatar
By alonewolfx2
#2917 i am trying this but it cant work.chip is going to wdt reset. this is my code. have you any idea?

Code: Select allat_setupCmdCipStartLog(19,"=3,\"TCP\",\"192.168.2.69/new_value.php?d=5&o=4\",80");



Borstenhorst wrote:you might try to pass "="TCP","192.168.2.69/new_value.php?d=5&o=4",80"
to
at_setupCmdCipStartLog(uint8_t id, char *pPara)

you need to test where is a good place to do so or you might want to add a timer to fire an or find/implement a callback once the system is up.