Is there a way to tell whether the serial port has been opened successfully? The problem is that if the serial port not opened, no exception is thrown, and there is no way for users to know what the issue is.
Any input?
Is there a way to tell whether the serial port has been opened successfully? The problem is that if the serial port not opened, no exception is thrown, and there is no way for users to know what the issue is.
Any input?
You might try the shared-source OpenNETCF serial port implementation. At least this way you'd have the source to change the behavior if it doesn't do what you want, and it's interface-compatible.