08-31-2008 01:53 PM
Hello,
Does anyone know how to communicate LabVIEW with the Basic Stamp 2 that comes with the board of education (USB)? We are trying to send commands and receive information in LabVIEW. There are 3 ultrasonic sensors connected to the board of education with the Basic Stamp and the purpose is to request the distance measured by any of the sensors. This request will go to the Basic Stamp and it will activate the sensors and the response will be send back to the laptop and will be displayed in LabVIEW. Any ideas?
We'll appreciate any help...
Thanks.
08-31-2008 01:58 PM
08-31-2008 06:21 PM
09-01-2008 07:35 AM
If I can remember it is quite simple process.
first step is to write the application with the tools provide from Parrallax
and second debug using the same tool
write the program in basicstamp to send data on the serial port,
in Labview just read the serial port coresponding.
very important to turn off QUIT the basic stamp tool, after debugging.
to be able to open the port with your labview application.
and the basic stamp will run by itself(autorun)