A
Andrew
Hi Guys
I have a VS2008 C# Winforms application that uses SerialPort to
communicate with an embedded bit of kit. The physical connection is
via a USB using the Silicon Labs CP210X drivers.
The application sends status queries as an ASCII string to the
external device, CRLF terminated. The external device responds with
an ASCII string of data CRLF terminated. No coding was added (so I
presume defaults applied) to account for Encoding or Localization.
The application was develped in the UK, and has so far been
successfully deployed to systems in the UK, US, France, Spain,
Germany, Belgium and I believe Italy. In all these environments
things work exactly as expected.
We have just deployed to a system in the Czech republic, and the
software doesn't work. Until I can set up a Czech version of Windows
and do some debugging I can't be certain but on the face of it looking
at the failure messages the software is displaying, it looks as though
either the CRLF end of line terminations are not being sent or
received, or the command string being sent is becoming mal-formed on
its way out through SerialPort.
Do any of you have any ideas? Have any of you experience with this
kind of situation?
All help gratefuly received.
Regards
~A
I have a VS2008 C# Winforms application that uses SerialPort to
communicate with an embedded bit of kit. The physical connection is
via a USB using the Silicon Labs CP210X drivers.
The application sends status queries as an ASCII string to the
external device, CRLF terminated. The external device responds with
an ASCII string of data CRLF terminated. No coding was added (so I
presume defaults applied) to account for Encoding or Localization.
The application was develped in the UK, and has so far been
successfully deployed to systems in the UK, US, France, Spain,
Germany, Belgium and I believe Italy. In all these environments
things work exactly as expected.
We have just deployed to a system in the Czech republic, and the
software doesn't work. Until I can set up a Czech version of Windows
and do some debugging I can't be certain but on the face of it looking
at the failure messages the software is displaying, it looks as though
either the CRLF end of line terminations are not being sent or
received, or the command string being sent is becoming mal-formed on
its way out through SerialPort.
Do any of you have any ideas? Have any of you experience with this
kind of situation?
All help gratefuly received.
Regards
~A