|
I downloaded the program, and have it opened up in VB. However I"m not in the lab right now and won't be able to test it out until later tonight. I'm guessing that the following lines:
AnalogInput(1) = DataBuffer(3)
AnalogInput(2) = DataBuffer(5)
AnalogInput(3) = DataBuffer(7)
AnalogInput(4) = DataBuffer(9)
AnalogInput(5) = DataBuffer(11)
etc...
set the different data streams being passed from the basic stamp to visual basic variables. So therefore, if I wanted a textbox to display the results of analoginput(1), then I'd set the caption of textbox to
textbox1.caption=AnalogInput(1)
Thanks for all your help!
|