Good Day,
I have two modems - one with OPEN AT app that initiate a data call to the other modem connected to a PC. I use the ff. code to connect via data call:
adl_callSetupExt(number,ADL_CALL_MODE_DATA,ADL_PORT_UART1);
Call setup was successfull because both modems received “CONNECT: 9600” response.
My questions are:
- How to transfer data from my OPEN AT app to the other modem?
- How will my OPEN AT app receive the data transferred by the other modem?
Thanks in advance for the support.
Regards,
Vonlie