How to access serialport in windows 7
i have a C# application i wrote in visual studio on windows xp sp2,it has been working fine until i upgraded to windows 7 and i cant access my serialport again.what might be the possible cause. is their compactibility settings or update for vs2008.?
Sam HobbsPosted Nov 19, 2011, 5:04 PM
Also check your program to ensure that you are using try/catch everywhere that is relevant. If your program is ignoring an error then that will likely result in a catastrophic failure that often causes beginners to panic.