mirror of
https://github.com/ekinnee/SharpCAT.git
synced 2025-12-06 03:31:59 +01:00
Stub for remote serial support.
This commit is contained in:
parent
932b29b7de
commit
6e3d3518fc
10
SharpCAT/SerialServer.cs
Normal file
10
SharpCAT/SerialServer.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace SharpCATLib
|
||||||
|
{
|
||||||
|
class SerialServer
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue