Porting old OpenAT code to Legato

Hi all,

I’m developing in Legato firmware for the FX30s to support old legacy equipment.

We used to use the FX100 modem w/OpenAT firmware. I have to find the Legato equivalent for the following OpenAT services:

  • adl_fcmSubscribe
    
  • adl_portSubscribe
    
  • adl_portStartSignalPolling
    
  • wip_TCPClientCreate
    
  • wip_event_t
    
  • wip_write
    

Any help pointing me in the right direction is appreciated. Thanks!

Regards,

Eddie

You can refer to the following link on how to use uart in data mode and transfer tcp data.

Thanks jyijyi! I’ll take a look at it.

Regards,

Eddie