xscope_bytes function problem Topic is solved

If you have a simple question and just want an answer.
zivke
Member
Posts: 11
Joined: Fri Aug 01, 2014 12:21 pm

xscope_bytes function problem

Post by zivke »

I am using the xscope_host_library in my application and I have a weird xscope_bytes function problem. I am trying to send a string as an array of bytes to the host application through a probe and I have successfully done so, but the problem is that the first call of the xscope_bytes() function doesn't seem to send the string and every subsequent call does send it without a glitch. Maybe the problem isn't the function itself... Any ideas? Thanks.

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

Post by sethu_jangala »

On the host side, the first data you receive is the probe registration information. Once the probe is registered, then you will see the data you are sending.
zivke
Member
Posts: 11
Joined: Fri Aug 01, 2014 12:21 pm

Post by zivke »