Community discussions

MikroTik App
 
kermu
just joined
Topic Author
Posts: 11
Joined: Fri Nov 26, 2010 11:59 pm

mumtiple init string in "Modem init" options in ppp interface

Fri Sep 18, 2015 3:34 pm

Is there a possible enter multiple init strings in "Modem init" options box in ppp interface ?
Especially I need two inits strings:
AT+CFUN=1
AT+COPS=1,0,"PLUS"
 
MartijnVdS
Frequent Visitor
Frequent Visitor
Posts: 93
Joined: Wed Aug 13, 2014 9:36 am

Re: mumtiple init string in "Modem init" options in ppp interface

Fri Sep 18, 2015 4:21 pm

Is there a possible enter multiple init strings in "Modem init" options box in ppp interface ?
Especially I need two inits strings:
AT+CFUN=1
AT+COPS=1,0,"PLUS"
You should be able to chain AT commands like this:

AT +CFUN=1 +COPS=1,0,"PLUS"

At least, that's how it worked "Way Back" in the modem/dialup days we used stuff like "AT E0 D 12345" to disable local echo and call "12345" at the same time.

There also used to be "AT &W" command (actually, AT &W0 and AT &W1), that store the current settings in non-volatile memory (AT Z will reset to those values, or AT Z0 and AT Z1 if you want to specify which configuration you want).

Who is online

Users browsing this forum: No registered users and 82 guests