Does XMOS startkit have API for communicating between Board/

If you have a simple question and just want an answer.
Zer01neDev
Newbie
Posts: 1
Joined: Thu Jan 09, 2014 2:36 am

Does XMOS startkit have API for communicating between Board/

Post by Zer01neDev »



User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Post by sethu_jangala »

You cannot communicate data between startKIT and Host using USB port. You can use bi-directional xSCOPE to communicaee between host and startKIT. The following example contains host side application to communicate between xCORE and host:

https://github.com/xcore/sw_ethernet_ta ... avb_tester

Host module for running xscope is available in the following link:

https://github.com/xcore/sc_xscope_support 

For running realtime scope, use the following command:

xrun app.xe --xscope "-realtime localhost:12345"

12345 indicates port number. More information on xSCOPE is available in the xTIMEcomposer userguide.