From 6e3d3518fccac73f99ed7de4d15dbbec08f02d39 Mon Sep 17 00:00:00 2001 From: Erick Kinnee Date: Fri, 8 Mar 2019 11:18:09 -0600 Subject: [PATCH] Stub for remote serial support. --- SharpCAT/SerialServer.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 SharpCAT/SerialServer.cs 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 + { + } +}