Is one allowed to reference functions in the Open AT basic library when building an ATL application?
I would like to be able to trigger some standard AT commands from my adl code using wm_atSendCommand().
Thanks,
Mike
Is one allowed to reference functions in the Open AT basic library when building an ATL application?
I would like to be able to trigger some standard AT commands from my adl code using wm_atSendCommand().
Thanks,
Mike
Why do you want to use the Basic command?
You can use adl_atCmdCreate() in ADL to send a standard command.
Aaah! So it would seem you can!
Appologies, I innitially thought that adl_atCmdCreate() was used to make new AT commands!