Jump to content

i can't receive my data from dsPic to Serial by Labview !


Recommended Posts

QUOTE (chukhivuitinh @ May 11 2008, 03:01 PM)

I use examples of Labview : "Basic Serial Write and Read" but it can't read data ,but receive by Hyper Terminal is ok @_@ .

The error message is your key: you don't have VISA installed (it's the subsystem that LabVIEW uses to talk to the serial port, amongst heaps of other things).

Link to comment

Find the property node which generates the error (using probes on the error wire). The second property used in that property node is getting an invalid value. Check which property it is and you can figure out what's wrong from that.

In general, you should probably try taking some of the tutorials linked to here.

Link to comment

QUOTE (chukhivuitinh @ May 17 2008, 12:45 AM)

Yep - it looks like your USB/Serial converter isn't fully supported by VISA. I suggest you contact NI to find out if there is a work-around. Otherwise, I'd buy a new USB/Serial converter that is known to work with VISA like this one (there are plenty of other slightly cheaper ones available too - just search LAVA).

Link to comment

I assume crelf knows what he's talking about. Personally, I can say that I used Prolific USB to serial adapters from LabVIEW more than once and they worked fine, but I never tried that VISA window you used.

As I said, you should check which property is throwing the error and what value you're wiring into that property (e.g. maybe you're setting a baud rate of 993423534) and try to fix that first.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.