I have created a custom at command
AT+FTPCFG
and I have tested it over serial connection [works fine].
I want to be able to call this command from within my application. I have tried
adl_cmdCreate
but didn’t work and after going through the manual I think
adl_cmdCreate
works with standard AT commands only.
Anyone knows how to call a custom AT command from within ADL application?
Thanks