mirror of
https://github.com/ekinnee/SharpCAT.git
synced 2026-04-05 14:35:18 +00:00
Stub for remote serial support.
This commit is contained in:
parent
932b29b7de
commit
6e3d3518fc
1 changed files with 10 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue