Hi
Using USB (CDC_ACM) and console_getchar() to get input to my application.
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.3.0/zephyr/samples/subsys/usb/console/README.html
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.3.0/zephyr/samples/subsys/console/getchar/README.html
I now need a non-blocking alternative to console_getchar(). Any suggestions or pointers?
Any input is appreciated.