Closed git-minix closed 1 month ago
guess this helps
$ log backend m_cli_cdc_acm_log_backend halt
$ log backend m_cli_cdc_acm_log_backend disable
https://github.com/RoganDawes/LOGITacker
Note: Makerdiary MDK exposes two USB serial ports (one belonging to CMSIS-DAP). Be sure to connect to the correct port, which runs the CLI. The other port only outputs log messages
Not a feature of my Nordic nRF52840 Dongle (pca10059)
LOGITacker (discover) $ log disable
LOGITacker (discover) $
When I am connect with
$ screen / dev / ttyACM0 19200
, I am immediately spammed with INFO messages because LOGITacker starts with auto discovery. How can i stop this? You don't even get to use the commands because messages are constantly being output. Seems like a good solution logitacker-script, which I found on youtube (https://www.youtube.com/watch?v=_NgOmR0l1p0&t=72s) - but there is no link to that script.
Is there any way to start quite? What single command stop the discovery? Is there an option to do the cli interactions and the output in different channels? Or something like in the video (logitacker-script) with two separate terminal windows?
Frank