02-09-2012 06:13 AM
Hi guys. I just developed a vi to interface xbee module based on the xbee development board.
It seems work fine first. But when I extended the length to more than 5 bytes, only first 5 bytes
can be read.
one more thing: how can I observe the data flow in hex when highlighting the execution? It might
to solve my problem
Thanks!
02-09-2012
08:09 AM
- last edited on
07-22-2025
01:51 PM
by
Content Cleaner
@zeta_6 wrote:
how can I observe the data flow in hex when highlighting the execution? It might to solve my problem
You could create a custom probe.
https://www.ni.com/docs/en-US/bundle/labview/page/creating-custom-probes.html
02-15-2012 10:40 AM
Thanks!