Stub for remote serial support.

This commit is contained in:
Erick Kinnee 2019-03-08 11:18:09 -06:00
parent 932b29b7de
commit 6e3d3518fc

10
SharpCAT/SerialServer.cs Normal file
View file

@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace SharpCATLib
{
class SerialServer
{
}
}