leonardovieira Posted June 11, 2010 Report Share Posted June 11, 2010 Hello, i new in LAVA, and i would like some help. My name is Leonardo and my problem is that i want to adquire signals ( signals in the case are some waveforms from a DSP) . The DSP is sending in information via a usb port. And i don't have the hardware like usb 6008 ( from NI). My question is: how can I adquire these signals? DO existe some VIs to do this?I know that via serial port there VISA blocks to do this. Via USB is there some of these blocks? Thanks . Quote Link to comment
Ton Plomp Posted June 11, 2010 Report Share Posted June 11, 2010 How is the DSP port recognized by the computer? If it's emulating a serial port you can use the VISA functions for getting the data. Otherwise you need to roll your own USB driver. Ton Quote Link to comment
leonardovieira Posted June 14, 2010 Author Report Share Posted June 14, 2010 How is the DSP port recognized by the computer? If it's emulating a serial port you can use the VISA functions for getting the data. Otherwise you need to roll your own USB driver. Ton Ton First the DSP was emulating a serial port, so i was able to get the data. But in serial comunications i would not be able to get the speed transfer rate that i would like for plot the data in real time. SO the DSP its transfering the data for a MAX3420(USB peripheral controller chip) so the data the labview reads its the data the max3420 sends( USB). Searching i got this http://zone.ni.com/devzone/cda/tut/p/id/4478 a document thata teaches how to make my own driver .. After this can i use the visa functions? Quote Link to comment
Ton Plomp Posted June 14, 2010 Report Share Posted June 14, 2010 Ton First the DSP was emulating a serial port, so i was able to get the data. But in serial comunications i would not be able to get the speed transfer rate that i would like for plot the data in real time. SO the DSP its transfering the data for a MAX3420(USB peripheral controller chip) so the data the labview reads its the data the max3420 sends( USB). Searching i got this http://zone.ni.com/d...a/tut/p/id/4478 a document thata teaches how to make my own driver .. After this can i use the visa functions? I dont know, but I assume that the driver you create is not exposing itself as a VISA program. I haven't done anything in this field the last decade so I can't help you any further for this specific issue. Ton Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.