02-03-2019, 01:05 PM
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:
and
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}