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.

RE: DLPLCRC410EVM: Can you control the DLPLCRC410EVM in Python.

Other Parts Discussed in Thread: DLPLCRC410EVM, DLPC410Fizix,

Thank you so much for your reply.

I would like to know if I can control the DLPLCRC410EVM in Python language.

Thanks!
Khine
  • Hello again Khine,

    I have split off your question to a new thread as a separate topic.

    We have not done this, but it should be possible.  You will have to write python code to make calls into the DLL functions of the DLPLCRC410EVM.  

    Please refer to the API document [ DLP Discovery 4100 Controller Board API Programmer’s Guide (Rev. A) ] for the function prototypes.

    Please be aware that the GUI and USB interface are only intended for evaluation purposes.  They cannot realize the potential of this controller.  We recommend developing your own APPS_FPGA code that is optimized and meets the requirement that you have or that you design a board with a micro-controller of your own choice to feed the DLPC410 controller.

    Fizix

  • Hi Fizix,

    Thanks for your reply. I could not find the example code to make calls into the DLL functions in Python. Can you provide me the example code?

    Khine
  • Hello Khine,

    You will need to search some of the Python resources and forums on how to make a DLL call from Python. There is not an example code for this. The API link provided does show the function prototype, which you will need for the calls.

    Fizix