This commit is contained in:
John Lewin 2019-02-12 13:25:35 -08:00
parent cc68764a19
commit b3b338d026
2 changed files with 32 additions and 70 deletions

View file

@ -20,6 +20,10 @@ using System.Text;
namespace MatterHackers.SerialPortCommunication.FrostedSerial
{
/// <summary>
/// SerialPort helper intended to fix IOExceptions in stock Windows implementation, as described in http://zachsaw.blogspot.com/2010/07/net-serialport-woes.html
/// </summary>
public class SerialPortFixer : IDisposable
{
public static void Execute(string portName)