hi,
I am done with general vehicle diag code. now, i need to interface with kwp via uart in nrf9160 controller.
please, suggest some ideas.
Thanks in advance .
hi,
I am done with general vehicle diag code. now, i need to interface with kwp via uart in nrf9160 controller.
please, suggest some ideas.
Thanks in advance .
Check out the UART API here. Search for these functions in ncs\v1.3.0\nrf\samples and ncs\v1.3.0\zephyr\samples to find samples that use the API, which can be used as guidance on how to implement it yourself
E.g. check out the sample ncs\v1.3.0\nrf\samples\bluetooth\peripheral_uart\src\main.c.
Best regards,
Simon