Hi,
I am looking to access nRF9160 modem via I2C. Essentially looking for hooks/ serial interface hand-off points used
for instance in AT Client sample or Serial LTE Modem app? So I could replace UART with I2C based host interface.
Wondering if it may be as simple as modifying slm_at_host.c/.h in nrf\applications\serial_lte_modem\src - replacing
instances of uart_ buffers and handler functions in slm_at_host with i2c? Other modifications needed? Or, perhaps
a different host interface porting approach you want to recommend? Any help, pointers, sample code will be greatly
appreciated.
Please advise. Thanks.