LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read USB data without using VISA!

it is possible to read the data from USB port in LABVIEW without using the VISA function???

 

thank you!!!!!

0 Kudos
Message 1 of 6
(2,797 Views)

Hi jylok1,

can you please give more details? Do you mean the raw data or do you have a special device connected to this port?

 

Mike

Message 2 of 6
(2,787 Views)

hey there, i'm using ultrasonic sensors through basic stamp device. the device is connected to the PC through USB port.

 

there are continously data transmitted from the sensors through the USB port.

 

i can acquire the data using the VISA function. however, the VISA slows the sampling rata alot compare with the original signal.

 

thank you!

0 Kudos
Message 3 of 6
(2,765 Views)

what is slow and fast for your application?

what is the size of the data?

could you change the type in the basic stamp  like I8 instead U8(just X10) to get I8....

 

did open and close are outside the main reading loop? 

0 Kudos
Message 4 of 6
(2,753 Views)

actual rate is about 50 samples per second...but it became bout 8 samples after VISA function.

 

the VISA function is in the while loop....

 

i never use the close function. it is a must?

 

 

0 Kudos
Message 5 of 6
(2,737 Views)
post your vi I ll take a look
0 Kudos
Message 6 of 6
(2,733 Views)