Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Labview and Pic 18f2550

Status
Not open for further replies.

Matheus_Carvalho

Newbie level 6
Joined
May 6, 2010
Messages
12
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,356
Hi,
Is there someone that know something about Labview communication with pic through USB port, I just need that Labview to interpret a signal send from pic. Anything coul help me!
Thanks.
 

It all depends on your driver. If you have a dll that can be used to communicate to your device, then LV can talk through that dll. That applies to any device and any driver.

Look at it this way, LV is just a programming language (G). If you can do it in C, ASM,VB or any, then you can make it happen in G.

I can't stress this enough, LabView is just a programming language! It is nothing magic.

I have devloped products in C then ported them to LV. In some cases, it is easier to develop in a different language then create a dll. Then use LV to open the dll and communicate through it.

Hope this helps,

Red
 

Hi Red, it's a little dificult for me to understand this kind of thing. I have looked at ni website and I downloaded a driver called Visa, that seem to do what I'm trying to do, but I'm not succeeding to use that. Do you know this driver? Could it be what I'm looking for?

Thanks.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top