Anyone else tried or having issues with SerialPorts under .NET CF 2
(SP1) and CE 6.0? Establishing a manual connection or similar to a
hyperterminal client shows comms is ok from the OS side of things, but
if I write a .NET CF application (that runs fine under CE 5), opening a
SerialPort object causes the program to throw an IOException.
I have resorted to using the CE 5.0 com16550.dll in my build image -
then it works fine.