10-19-2009 06:50 AM
Hi,
I use configuration file VIs in order to read different value from a *.ini file.
I use it to store string data that I send through a serial port. I have normal formatted ASCII string (ex: “START”) but also ‘\’ code formatted ASCII string (ex: “\3A\01\02\03\FF\AF”).
It works in LabVIEW 8.6, the ASCII numeric read values are the same and they are correct on my front panel when I display them in ‘\’ code.
In LabVIEW 2009, when I read a string value which is written in '\' code the character '\' is doubled for the value over \1A (ex: “\\3A\01\02\03\\FF\\AF”).
Is it a bug or a limit of LabVIEW 2009?
Jeremy
10-19-2009 07:01 AM