Link to home
Start Free TrialLog in
Avatar of davidharry
davidharry

asked on

Turn off TC45

Hi,

I have turned autostart on on my TC45 and it is running the rs232demo.

I can't send it an at command to stop it or stop it with a 'Q'.

Each time I power it down and up it just starts up again so I'm a bit stuck as to how
to get it to stop autostarting.

The program that comes with it says I have to turn the module off first - i imagine they mean at^smso.

Any help would be greatfully recieved.
Many thanks,

Dave Harry
Avatar of HippyWarlock
HippyWarlock
Flag of United Kingdom of Great Britain and Northern Ireland image

at^scfg="Userware/Passwd","","password","password"
// Set the OTAP password (you may not want to use the word 'password'!
at^scfg="Userware/Autostart","password","1"
// Set the program to autostart
at^scfg="Userware/autostart/appname","password","a:/ota/rs232demo.jar"
//Where the program will be installed
at^scfg="Userware/autostart/delay","password","10"
// delay after power up to program start

ASKER CERTIFIED SOLUTION
Avatar of SimonTay
SimonTay

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial