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.
Is it possible to transfer xSCOPE data to Python script? Topic is solved
-
- XCore Addict
- Posts: 158
- Joined: Thu Mar 20, 2014 8:04 am
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.
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.