In our product, GSM module is connected to i.MXRT2024 MCU via uart. Micropython is running on this chip. With AT commands, we are operating GSM module seamsly...
Micropython's i.MXRT ports doesnt support PPP. But we want to add uart to network layer to use MicroPython's socket class etc.
To do that, is there any way or any code sample to add Micropython source code?
Thanks,