Hello,
I'm sorry for the late reply. I worked on your message which is your return for my question. https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1073433/awr1843boost-uart-communication-with-python
I looked all answers in links you sent. I prepared a word documentation that is included code parts about you told in this link. https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/970380/ccs-awr1843boost-where-can-i-find-the-detailed-description-of-output-data-format-for-lab00007-medium-range-radar You can see the document in attachment.
I also examined mrr_parsed.txt documentation you sent to Lei. I also added this document as attachment.
I tried to understand datas which sends from AWR1843BOOST. I watched the UART line with Dochlight Scripting program and I got some ununderstandable datas like this.
Then I set it as Getting Started Guide and watched on GUI.
I tried to watch on both GUI and Dochlight Scripting at the same time but of course UART line doesnt allow it. Then I closed the GUI screen and watch on Dochlight Scripting again. I saw that the data again.
As far as I understand from your posts, it must first be sending the data "0x0102, 0x0304,0x0506,0x0708" called magic_word. Then, data such as version, totalPacketLen, platform should be reached. However, I have never come across magic_word in the UART line that I examined. I want to make sense of this data before reading it with python. I'm new to coding, so I want to first see and understand the data packets sent with the Dochlight Scripting application.
I tried to explain things that I did not understand, I hope I was able to explain. I would really appreciate if you can help.