This commit is contained in:
nikzori
2024-12-12 16:00:02 +03:00
parent bc61ae574e
commit d95ea2b26a
2 changed files with 12 additions and 1 deletions

10
Main.Designer.cs generated
View File

@@ -85,6 +85,7 @@
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.Label_ConfPath = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.GBox_Serial.SuspendLayout();
this.panel11.SuspendLayout();
this.panel10.SuspendLayout();
@@ -640,11 +641,19 @@
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.LoadFolder);
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(13, 235);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(383, 25);
this.progressBar1.TabIndex = 14;
//
// App
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(514, 467);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.GBox_Ethernet);
@@ -760,6 +769,7 @@
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label Label_ConfPath;
private System.Windows.Forms.ProgressBar progressBar1;
}
}

View File

@@ -2,7 +2,8 @@
[RU](https://github.com/nikzori/modbus-scanner) | EN
A Modbus scanner with both simple functionality and advanced features. Comes with config files for Gidrolock devices.
A Modbus scanner with both simple functionality and advanced features. Works for any device connected via Modbus RTU.
Comes with config files for Gidrolock devices.
Modbus TCP is still WIP.
## Configs and auto-identification