mirror of
https://github.com/ekinnee/SharpCAT.git
synced 2025-12-06 03:31:59 +01:00
15 lines
241 B
C#
15 lines
241 B
C#
|
|
namespace SharpCAT
|
|||
|
|
{
|
|||
|
|
public class SharpCAT
|
|||
|
|
{
|
|||
|
|
private string CatCmdStr { get; set; }
|
|||
|
|
|
|||
|
|
private Serial _serial;
|
|||
|
|
|
|||
|
|
public SharpCAT()
|
|||
|
|
{
|
|||
|
|
//_serial = new Serial();
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|