Tool/software:
I am wanting to read data from the AWR1443BOOST using a Raspberry Pi 5. I have the AWR and the Pi connected via USB, and I am running a Python script on the Pi. Here is my question: how do I read the configuration file provided by TI (profile.cfg) and send this data to the AWR via the serial port? As of now, I can successfully read the file, but my problem is sending this data to the AWR. My program seems to indicate that it passed all the bytes to the board, but the board does not react. I have successfully done this wtih C# in a Windows Form application, but now I'm trying to recreate this on a Raspberry Pi.
Any help is appreciated! Thanks in advance.