How to ignore an exception AND complete the try
问题 So I've been battling this issue for about a week now and think I know the issue but I don't want to report an answer there until I have it pegged down. In a nutshell, I get an IOException when trying to use the SerialPort.Open() command. As it turns out, this is very common and most terminal programs actually do as well, but they simply ignore it. Please read my post above for the full tale. Now what I want to do is ignore the IOException but still open the serial port . I cannot do this