Is it possible to transfer xSCOPE data to Python script? Topic is solved

If you have a simple question and just want an answer.
Guest

Is it possible to transfer xSCOPE data to Python script?

Post by Guest »

I have seen a simple program in the application notes to transfer data between xSCOPE and C program. I need to transfer data to Python script for the project I am working on. Also need to receive the data on xscope which is sent by python script. 

View Solution
srinie
XCore Addict
Posts: 158
Joined: Thu Mar 20, 2014 8:04 am

Post by srinie »

Existing host side xscope application uses C code. It is available @ https://github.com/xcore/sc_xscope_support

Python interfacing is not readily available as of now; using python socket interface, we can achieve similar to C implementation.

- emphasize on byte re-ordering and extraction from the received buffer.