This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

UART / Serial APIs for single character tx/rx

I am working on developing a UART driver. I am looking for APIs that support this. I see 3 sets of implementation examples:

1. nrf_serial

2. nrf_drv_uart

3. nrfx_uart

Which is the best option for me to choose as my requirement is just 1 character Tx and Rx at a time

Also, is the serial_xxx old implementation?

Parents Reply Children
Related