Tool/software: Code Composer Studio
Can we keep CLI remain enable even after sensor is started ?
I noticed that when “sensorStart ” command is entered, sensor starts and CLI is disabled.
I am planning to receive data on CLI(UART) via python code where CLI will remain enabled and wait for data to come.
When data will come, I will process it same as CLI configuration is done.
But I am facing a difficulty here, I am not able to keep CLI enabled after sensor is started, I could keep it enabled only for once when sensor is started .
But I want to keep it remain enabled same as you keep it when we enter “sensorstop” command.
Could you help me with this?