now, I need transfer data between nrf52840 (base on zephyr OS) and python app through PYSERIAL. Is it possible to use something like RTT or shell_uart to transmit/receive data instead of normal UART API (interrupt/polling)? Thanks
now, I need transfer data between nrf52840 (base on zephyr OS) and python app through PYSERIAL. Is it possible to use something like RTT or shell_uart to transmit/receive data instead of normal UART API (interrupt/polling)? Thanks
Hi,
Is it possible to use something like RTT or shell_uart to transmit/receive data instead of normal UART API (interrupt/polling)? Thanks
Yes, should be possible to get shell_uart working with pyserial.