I am currently working on an XScope host application and I was wondering what an XScope data block contains. I know that, when using the xscope_int() function for instance, the first element (when the data is cast to an array of integers on the host side) contains the value that was sent from the device, but what does the rest of the data block contain?
Thanks
Xscope data block
-
- Member
- Posts: 11
- Joined: Fri Aug 01, 2014 12:21 pm
-
- XCore Addict
- Posts: 158
- Joined: Thu Mar 20, 2014 8:04 am
Hi,
Refer to the following repository:
https://github.com/xcore/sc_xscope_support/
handle_sockets() call -> switch (recv_buffer) :: this has various cases on how to deal with various response messages recieved over xscope.
Hope this helps.
Refer to the following repository:
https://github.com/xcore/sc_xscope_support/
handle_sockets() call -> switch (recv_buffer) :: this has various cases on how to deal with various response messages recieved over xscope.
Hope this helps.