I wrote a Python script to save sensor data using the pyserial and struct libraries. First run always goes well and the data is saved, but if I want to run the same script again, then at the configuration input stage UART-COMPORT does not accept the adcbufCfg, cfarCfg, doaCfg, trackingCfg commands, as a result of which the radar does not start and I have to restart the radar by disabling from power. How to solve this problem?