We are using the q2687 in an isolated environment and wish to send at+ commands to the OS from the application, as we have no terminal/other micro to do it. I noticed a SND_CMD macro in some of the ‘basic’ sample set, but this seems an ugly way of doing it (we’re using adl_).
SND_CMD("at+wopen= 8,1,20,2\r"); // set Safe Boot Mode
It seems such a basic thing to want to do - surely there’s a way?
I haven’t found anything at all in the documentation or in these forums…
Has anyone figured out how to do this?
thanks for the input.
I don’t know about the v3.03 User Guide, but v4.10 is the least thorough guide I’ve ever read in my life.
adl_atCmdCreate is under “Run AT Commands”, but does not explain (or even define!) what the ADL_AT_PORT_TYPE is, or how to use it…
thanks for the pointer…
I do appreciate getting a shove in the right direction. I must say that as nice as the Open AT APIs appear to be, they are sorely let down by the docs. Wavecom should pay a couple of you guys to add to their user guides.