Azure / embedded-wireless-framework

Microsoft's Embedded Wireless Framework is a design concept that enables users to abstract application code from host port drivers and communication adapter drivers primarily in microcontroller-based projects.
MIT License
63 stars 31 forks source link

Renesas RYZ014A Modem API Return Values #10

Closed renesas-adam-benson closed 1 year ago

renesas-adam-benson commented 1 year ago

The APIs in ewf_adapter_api_modem_general.c return the entire AT command response instead of parsing it. Is this intended functionality or will these APIs parse the commands in the future?

For example the return for ewf_adapter_modem_manufacturer_read would be: \r\nRenesas\0\n\r\n\0K\r\n.

andresmlinar commented 1 year ago

The commands as of today return full responses. It is left to the user of the API to parse. We are working in a new parser that you can optionally use in your implementation. This will be released as an option, to keep compatibility. Plan for this is before February 2023.