a.hojjatpanah
Newbie level 4
- Joined
- Sep 5, 2014
- Messages
- 5
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 33
hi there
i have used this at+commands and my problem is error after the "at+cstt" atcommand right at * step
i have used this at+commands and my problem is error after the "at+cstt" atcommand right at * step
Code C - [expand] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 fputs("ATZ",COM_908); fputs("ATE0",COM_908); fputs("AT+CSCLK=0",COM_908); delay_ms(2000); fputs("AT+CREG=0",COM_908); delay_ms(2000); fputs("AT+CGACT=1",COM_908); delay_ms(3000); fputs("AT+CGATT=1",COM_908); delay_ms(3000); fputs("AT+CIPMUX=0",COM_908); fputs("AT+CSQ",COM_908);---------> +CSQ: 26,0 fputs("AT+CPIN?",COM_908);--------> +CPIN: READY , OK fputs("AT+CREG?",COM_908);--------> +CREG: 0,1 , OK fputs("AT+CGATT?",COM_908);-----------> +CGATT: 1 , OK fputs("AT+CIPMUX?",COM_908);--------> +CIPMUX: 0, OK fputs("AT+CSTT=\"mtnirancell\"",COM_908);-----------> * fputs("AT+CIICR",COM_908); fputs("AT+CIFSR",COM_908); fputs("AT+CIPSTART=\"TCP\",\"www.google.com\",\"80\"",COM_908);
Last edited by a moderator: