Skip to content

hallsbyra/OSDP.Net.SerialPortStreamOsdpConnection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

OSDP.Net.SerialPortStreamOsdpConnection

NuGet

A plug-in to OSDP.Net with a drop-in replacement of the SerialPortOsdpConnection that uses SerialPortStream instead of the built-in System.IO.Ports.SerialPort.

System.IO.Ports.SerialPort is fraught with problems. If you experience stability issues with serial ports in OSDP.Net, it might be a good idea to test this connection instead.

Getting Started

Install the nuget.

dotnet add package OSDP.Net.SerialPortStreamOsdpConnection

Use it in code.

var controlPanel = new ControlPanel();
controlPanel.StartConnection(new SerialPortStreamOsdpConnection(port, baudRate));

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages