Manual and the AT*SSID command
#1
The space between AT*SSID and the parameters seems to cause a problem.
The Wimodem232 manual says:


"To manually setup the SSID you would enter the following into your terminal
program:

AT*SSID [name][,passphrase]{RETURN}

Using the above example, if you wanted to setup the WiModem232 to use
the router with the name of NETGEAR24 (which has a passphrase of
WiModem1) you would enter the following into your terminal program:

AT*SSID NETGEAR24,WiModem1{RETURN}"

I think it should be:


Code:
AT*SSID[name][,passphrase]{RETURN}


and


Code:
AT*SSIDNETGEAR24,WiModem1{RETURN}
Reply
#2
Leading space characters after a command are ignored.
Reply
#3
That is what I would expect, but I experienced that establishing a WIFI connection always fails when I have a leading space.
Reply
#4
Today I double checked it and can confirm that a leading space is really causing a problem.
Reply
#5
I will look at it. I did change this awhile ago so you could include space characters in the password. Maybe the SSID also is affected.
Reply




Users browsing this thread: 1 Guest(s)