LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

USB Enumeration

Solved!
Go to solution

Has anyone seen this when using devcon?  the reply is:

 

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

f:\Labview Programs>More?

 

And nothing else. I implemented the code in LV8.5 just as the pic shows.  I tried messing with the output size with no change.

0 Kudos
Message 11 of 12
(838 Views)

The picture is somewhat misleading since the string constant that has the "devcon" part is actually in '\' codes display. Your string is probably in normal display and you probably entered the character "\" and then the character "s". The "\s" code actually indicates a space. Thus, right-click on your string constant and select '\' display mode. You will probably see two "\" characters in those locations, i.e., "\\s" - delete the extra "\" character in each instance. Then you can switch the string back to normal display mode.

0 Kudos
Message 12 of 12
(831 Views)