Driver for Labview

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

I am currently developing a complete DAQ module. Has any been able to write a driver for USB for the Lab view software. I have made a RS232 driver in the past for labview. But I really need USB for speed during during data transfer

0 Likes
4 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Use the USBUART usermodule. It has the USB connection between PSoC and your PC, but is looks like an UART on the windows side (with a bit more speed). The interface on PSoC side is easy and efficient to use.

   

 

   

Bob

0 Likes
Anonymous
Not applicable

Bob,

   

 

   

 

   

Thanks for the fast response. Labview charges to much for there hardware. So I am making a custom design for in house use.

   

 

   

Thank you

   

 

   

Philip

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

You are always welcome!

   

Bob

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

If you need to display DAQ data these guys offer a freebee (personal use) and I

   

gather a license for business use. Very simple interface, send your data over

   

most protocols, and it will plot, collect the stuff for you in Win environment.

   

 

   

http://www.selmaware.com/stampplot/index.htm

   

 

   

Regards, Dana.

0 Likes