LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabView serial communication not working

Hello, Im more or less repeating one question i made,  but I will make it simpler now. Every example program I download or the ones I build myself (Im new to LabView) make labView send this array of data(Hex):

 

{FF}#NUL#NUL#NUL#NUL#NUL#NUL#NUL#NUL#NUL#NUL#NUL#NUL#NUL

 

Over,and over, with no changes.

 

What can be the problem ? Thanks

0 Kudos
Message 1 of 4
(3,180 Views)

Should we just randomly guess what might be the problem?

 

Or would you like us to be able to help you by actually attaching a VI that demonstrates what you are doing.  Perhaps even include details as to what type of device you are trying to communicate with.

0 Kudos
Message 2 of 4
(3,163 Views)
<sarcasm>Some code WOULD be nice, and perhaps a description of how you are measuring the output. And while you're at it how 'bout telling us the version of LabVIEW you are using, and what kind of serial interfaceinterface. You know extraneous stuff like that.</sarcasm>

Mike....

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 4
(3,152 Views)

Link to the original post with the details: http://forums.ni.com/t5/LabVIEW/Some-issues-with-LabVIEW-2013/m-p/3134835

 

There is still a problem there:

 

This: "ff 20 20 20 20 20 20 20 20 20 20 20 20 20"   (Hex)

Should be this: "ff 00 00 00 00 00 00 00 00 00 00 00 00 00"   (Hex)

 

Sorry for that

0 Kudos
Message 4 of 4
(3,146 Views)