annulla
Visualizzazione dei risultati per 
Cerca invece 
Intendevi dire: 

USB Enumeration

Risolto!
Vai alla soluzione

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
Messaggio 11 di 12
879Visualizzazioni

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
Messaggio 12 di 12
872Visualizzazioni