This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

EK-TM4C1294XL: TM4C1294 with Python

Part Number: EK-TM4C1294XL


I am doing adc from tm4c1294xl and I want to take the sampled digital values and plot them in python using a gui in python. Any ideas as to how to proceed?

  • Hi,
    Is the question related to how to transfer the digital values back to PC for plotting? Is that what you wanted to do? Once the ADC converted the analog signal into digital values, you can transfer the data using the MCU's UART interface. The UART0 on the EK-TM4C1294XL can communicate to the PC's Virtual COM port.
  • Hello,

    Yes exactly that is what I wanted to do. I want to import data in python and plot it. Is it possible?

  • I already mentioned that you can possibly transfer the ADC values to your PC via the UART interface or any other supported interfaces on the MCU of your liking if your PC has the corresponding interfaces . Once your PC receives the data, it is all up to you how you want to deal with the data such as plotting it or using any PC based application to process the data. We support questions related to the MCU. I have no experience with python and can't help you how to write one to process the data.