-->
Page 1 of 2

"0,CLOSED" Error message when using AT+CIPSTART command

PostPosted: Tue Feb 24, 2015 9:51 am
by zooto68
I am trying to connect to a page on my server. I am using:

AT+CIPSTART="TCP","173.254.30.60","80"

But get a response of:

0,CLOSED
ERROR

Does anyone know why I am getting this please?

Thanks,

Mike

Re: "0,CLOSED" Error message when using AT+CIPSTART command

PostPosted: Tue Feb 24, 2015 10:09 am
by MK1888
Post your entire code, Mike.

Re: "0,CLOSED" Error message when using AT+CIPSTART command

PostPosted: Tue Feb 24, 2015 10:35 am
by villTech
it's a wrong syntax

Re: "0,CLOSED" Error message when using AT+CIPSTART command

PostPosted: Tue Feb 24, 2015 11:28 am
by MK1888
You don't put quotes around the port, for one thing. But post your code.