diff --git a/SharpCAT/SerialServer.cs b/SharpCAT/SerialServer.cs new file mode 100644 index 0000000..18ad1cd --- /dev/null +++ b/SharpCAT/SerialServer.cs @@ -0,0 +1,10 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace SharpCATLib +{ + class SerialServer + { + } +}