-->
Page 1 of 1

AT command errors

PostPosted: Sun May 21, 2017 8:14 pm
by davidallen57
When I type the "AT, AT+RST or AT+GMR" commands the unit works fine.
When I type "AT+CMODE, AT+CWJAP or CW+LAP" I get an error message.
Any ideas would be greatly appreciated.

Re: AT command errors

PostPosted: Mon May 22, 2017 10:22 am
by QuickFix
For most commands:
  • Test if a command is supported and what parameters are valid: AT+<COMMAND>=?
  • Query the current setting: AT+<COMMAND>?
  • Set a setting with a value: AT+<COMMAND>=<value>
davidallen57 wrote:I get an error message.

What is the exact message when you enter:
Code: Select allAT+CWMODE?

Does it just say "ERROR" (in that case the firmware version doesn't support this command)?
Or perhaps you forgot the question-mark after the command (which means it's a query)?

You do know that you need to use upper case characters, make no mistakes (don't use backspace to correct them) and CTRL+M-J to process the command?