xscope "missing data" Topic is solved

If you have a simple question and just want an answer.
DemoniacMilk
XCore Addict
Posts: 191
Joined: Tue Jul 05, 2016 2:19 pm

xscope "missing data"

Post by DemoniacMilk »

On debugging an interface using offline xscope, i found a 'signal' called MISSING DATA. What may cause this? Did i try to send too many signals that cannot be transfered to the host system in time?
View Solution
peter
XCore Addict
Posts: 230
Joined: Wed Mar 10, 2010 12:46 pm

Post by peter »

Hi DemoniacMilk,

Yes, xscope is a lossy transport currently so that it does not impact the real-time behaviour of your device. When you produce too much data over xscope (either print messages or xscope_int()/xscope_bytes()/etc) then data is simply dropped and you get told that data went missing.

Regards,

Peter