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.
xscope_bytes function problem Topic is solved
-
- Member
- Posts: 11
- Joined: Fri Aug 01, 2014 12:21 pm
-
- XCore Expert
- Posts: 589
- Joined: Wed Feb 29, 2012 10:03 am
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.
-
- Member
- Posts: 11
- Joined: Fri Aug 01, 2014 12:21 pm