RE: Fw: Language Independence on Serial Output of .

2004-03-10 Thread Holland, Guy
, Stephen and yourself have helped me solve the problem. Thanks again, Guy -Original Message- From: Greg McKaskle [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 7:57 PM To: [EMAIL PROTECTED] Subject: Re: Fw: Language Independence on Serial Output of . This is great information

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

Language Independence on Serial Output of .

2004-03-08 Thread Holland, Guy
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 SG1,23,4,56,7,89. The periods are replaced

Re: Fw: Language Independence on Serial Output of .

2004-03-08 Thread Irene He
- Original Message - From: Holland, Guy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 08, 2004 12:15 PM Subject: Language Independence on Serial Output of . I have an application that outputs a string with numbers via the serial port. Ex. SG1.23,4.56,7.89. I

RE: Language Independence on Serial Output of .

2004-03-08 Thread Mahoney, Richard C
Independence on Serial Output of . 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

RE: Fw: Language Independence on Serial Output of .

2004-03-08 Thread Holland, Guy
: Language Independence on Serial Output of . - Original Message - From: Holland, Guy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 08, 2004 12:15 PM Subject: Language Independence on Serial Output of . I have an application that outputs a string with numbers via

RE: Fw: Language Independence on Serial Output of .

2004-03-08 Thread stephen . mercer
If I send a . why would I want it to be anything else other than a .? Because the person who wrote it down was working in Language A and the person who read it later was working in Language B. LabVIEW does transparently handle things for you -- it handles the localization issue so that you

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

Re: Fw: Language Independence on Serial Output of .

2004-03-08 Thread Greg McKaskle
This is great information. I think I will have to use both yours and Richard Mahoney's advice. Your suggestion will work for the mean time but I think the solution is to use Richard's format specifier %.; suggestion. Actually, I think the ultimate solution would be for NI to transparently