mirror of
https://github.com/ekinnee/SharpCAT.git
synced 2025-12-06 03:31:59 +01: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
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…
Reference in a new issue