View Single Post
  #1  
Old 10-04-2006, 12:27 PM
vizmaster vizmaster is offline
Member
 
Join Date: Aug 2006
Posts: 27
Question Passing sensor data to C++ GUI

I have a GUI written in C++ that sends a filename to a Vizard script using a mailslot. (Thanks for the code). Now I would like to send sensor data back to the GUI for the Vizard script. Should I use the same mailslot and then break up the message in the GUI (since it is a test string). OR should I use/move to viz.NETWORK? Which prevents reading and writing at the same time?
__________________
VizMaster
Reply With Quote