le_atServer_interface.h to send AT propietary command

Hello

We need to do calls to a AT proprietary commands of a C application to be read and execute through the serial port using “le_atServer_interface.h”

We have test this example provided in Legato framework to send propietary AT commands over the serial port of FX30S.

This is the sample

Legato/packages/legato.framework.16.10.3.wp85-wp750x-201705031608/resources/legato/apps/test/atServices/atServerIntegrationTest/atServerTestComp,

It looks the sample works .If we send an AT command, we receive the eco and the unsolicited answer, problem is that the example fails when executing the AT command . Propietary AT commands send over the serial port are no execute.

Has someone solved the issue of this example when using the serial port to send the AT propietary commands to FX30S?