Simplify
This commit is contained in:
parent
cc68764a19
commit
b3b338d026
2 changed files with 32 additions and 70 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue