Possible to downgrade firmware?
#14
So, this is an invalid init string:

ate0q0v0&c1x1&k0&s1*b0
s0=1 s2=43

The problem here is that you have *b0 which tries to set the baud rate to 0 (invalid), and I think that the next line is going to be ignored?  I will look into this some more to see what the WiModem is actually doing.  The v0x1 disables the verbose and text modes so you get response codes as numbers instead of English text.

Update -

Ok, this is definitely going to return an error (numerical) and that probably skips the next line that enables the auto answer (that is what S0=1 does).  If that's suppose to be one long init string (and not two), then it definitely is the cause of your problem because as soon as any command that is parsed in the string generates an error it exits the parse and does not continue to process the remainder of the string.  That is the official "hayes" way of handling the strings.

I would recommend using this string:

ate0q0v0&c1x1&k0&s1s0=1s2=43

However, there does seem to be a problem with the WiModem doing the auto-answer (S0= anything but 0).  ATA works perfectly, but not the auto-answering.  I am looking into it.  You will need to fix your init string though.
Reply


Messages In This Thread
Possible to downgrade firmware? - by Amon_RA - 01-10-2021, 01:10 PM
RE: Possible to downgrade firmware? - by admin - 01-10-2021, 03:06 PM
RE: Possible to downgrade firmware? - by Mr.Micro - 01-22-2021, 09:14 PM
RE: Possible to downgrade firmware? - by Mr.Micro - 01-23-2021, 05:40 PM
RE: Possible to downgrade firmware? - by admin - 01-11-2021, 06:55 PM
RE: Possible to downgrade firmware? - by admin - 01-12-2021, 02:43 PM
RE: Possible to downgrade firmware? - by admin - 01-23-2021, 12:42 PM
RE: Possible to downgrade firmware? - by Mr.Micro - 01-23-2021, 06:30 PM
RE: Possible to downgrade firmware? - by admin - 01-23-2021, 09:02 PM
RE: Possible to downgrade firmware? - by Mr.Micro - 01-23-2021, 11:30 PM
RE: Possible to downgrade firmware? - by admin - 01-23-2021, 09:04 PM
RE: Possible to downgrade firmware? - by Mr.Micro - 01-23-2021, 11:34 PM
RE: Possible to downgrade firmware? - by admin - 01-23-2021, 09:21 PM
RE: Possible to downgrade firmware? - by admin - 01-23-2021, 09:42 PM
RE: Possible to downgrade firmware? - by admin - 01-23-2021, 09:55 PM
RE: Possible to downgrade firmware? - by Mr.Micro - 01-23-2021, 11:39 PM
RE: Possible to downgrade firmware? - by admin - 01-23-2021, 11:47 PM
RE: Possible to downgrade firmware? - by admin - 01-23-2021, 11:56 PM
RE: Possible to downgrade firmware? - by Mr.Micro - 01-24-2021, 12:05 AM
RE: Possible to downgrade firmware? - by admin - 01-24-2021, 12:53 AM
RE: Possible to downgrade firmware? - by admin - 01-24-2021, 12:56 AM
RE: Possible to downgrade firmware? - by admin - 01-24-2021, 05:05 AM
RE: Possible to downgrade firmware? - by Mr.Micro - 01-24-2021, 10:39 AM
RE: Possible to downgrade firmware? - by admin - 01-24-2021, 01:27 PM
RE: Possible to downgrade firmware? - by Mr.Micro - 01-24-2021, 03:34 PM



Users browsing this thread: 1 Guest(s)