Re: Language Independence on Serial Output of .

2004-03-09 Thread Rolf Kalbermatter
Holland, Guy [EMAIL PROTECTED] wrote: I have an application that outputs a string with numbers via the serial port. Ex. SG1.23,4.56,7.89. I developed the application in English but when the application was installed onto a Non-English say Holland language, the output string turns into

RE: Language Independence on Serial Output of .

2004-03-08 Thread Mahoney, Richard C
Guy, If you use a format specifier of %.; to format your code prior to sending it out, you wont have this issue. If you don't use any format, the system default will be used. and different systems will have different defaults. To strictly control this format to be the same everywhere, add the

RE: Language Independence on Serial Output of .

2004-03-08 Thread Michael Aivaliotis
Don't change anything in your OS or code. Just add the following in your LabVIEW.ini file: useLocaleDecimalPt=False Add the above to your application (exe) ini as well. I had the same problem for a German install. Thank You Michael Aivaliotis http://forums.lavausergroup.org I have an