ui drafted

This commit is contained in:
nikzori
2025-01-17 10:40:18 +03:00
parent 4ae9e52544
commit d70e5b155e
7 changed files with 295 additions and 87 deletions

View File

@@ -16,14 +16,6 @@ namespace Gidrolock_Modbus_Scanner
public short[] res = new short[12];
SerialPort port = Modbus.port;
public int expectedLength = 0;
Datasheet datasheet;
public SelectedPath selectedPath = SelectedPath.Folder;
public static Device device; // Deserialized .json object
string defaultPath = Application.StartupPath + "\\Configs"; // Default folder path
Dictionary<CheckEntry, List<Device>> juju = new Dictionary<CheckEntry, List<Device>>(); // dictionary for device identification
string[] configs;
public byte[] latestMessage;
public Dictionary<string, string> models = new Dictionary<string, string>();