mirror of
https://github.com/ekinnee/SharpCAT.git
synced 2026-04-21 06:13:40 +00:00
add VirtualSerial driver from https://github.com/microsoft/Windows-driver-samples/tree/master/serial/VirtualSerial2
This commit is contained in:
parent
6ec2de1d87
commit
3ade08b99e
2 changed files with 7 additions and 4 deletions
7
SharpCAT/Models/IRadio.cs
Normal file
7
SharpCAT/Models/IRadio.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
using System;
|
||||||
|
namespace SharpCATLib.Models
|
||||||
|
{
|
||||||
|
public interface IRadio
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<packages>
|
|
||||||
<package id="System.IO.Ports" version="4.5.0" targetFramework="net472" />
|
|
||||||
</packages>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue