Skip to content

Commit 2289539

Browse files
Version V2.8
-Added static Methods to send and receive strings
1 parent b56877b commit 2289539

File tree

11 files changed

+12
-28
lines changed

11 files changed

+12
-28
lines changed

EasyModbus/Exceptions/Exceptions.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
/*
2-
* Created by SharpDevelop.
2+
* Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
33
* User: iMac
44
* Date: 09.07.2016
55
* Time: 12:36
6-
*
7-
* To change this template use Tools | Options | Coding | Edit Standard Headers.
86
*/
97
using System;
108
using System.Runtime.Serialization;

EasyModbus/ModbusClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Erstellt mit SharpDevelop.
2+
* Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
33
* http://www.rossmann-engineering.de
44
* Datum: 16.06.2011
55
* Zeit: 21:35

EasyModbus/ModbusServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Erstellt mit SharpDevelop.
2+
* Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
33
* http://www.rossmann-engineering.de
44
*/
55

EasyModbusAdvancedClient/AddConnectionForm.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
/*
2-
* Created by SharpDevelop.
2+
* Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
33
* User: srossmann
44
* Date: 25.11.2015
55
* Time: 07:35
6-
*
7-
* To change this template use Tools | Options | Coding | Edit Standard Headers.
86
*/
97
using System;
108
using System.Drawing;

EasyModbusAdvancedClient/AddFunctionCodeForm.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
/*
2-
* Created by SharpDevelop.
2+
* Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
33
* User: srossmann
44
* Date: 26.11.2015
55
* Time: 06:55
6-
*
7-
* To change this template use Tools | Options | Coding | Edit Standard Headers.
86
*/
97
using System;
108
using System.Drawing;

EasyModbusAdvancedClient/EasyModbusManager.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
/*
2-
* Created by SharpDevelop.
2+
* Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
33
* User: srossmann
44
* Date: 25.11.2015
55
* Time: 12:44
6-
*
7-
* To change this template use Tools | Options | Coding | Edit Standard Headers.
86
*/
97
using System;
108
using System.Collections.Generic;

EasyModbusAdvancedClient/MainForm.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
/*
2-
* Created by SharpDevelop.
2+
* Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
33
* User: srossmann
44
* Date: 25.11.2015
55
* Time: 06:50
6-
*
7-
* To change this template use Tools | Options | Coding | Edit Standard Headers.
86
*/
97
using System;
108
using System.Collections.Generic;

EasyModbusAdvancedClient/Program.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
/*
2-
* Created by SharpDevelop.
2+
* Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
33
* User: srossmann
44
* Date: 25.11.2015
55
* Time: 06:50
6-
*
7-
* To change this template use Tools | Options | Coding | Edit Standard Headers.
86
*/
97
using System;
108
using System.Windows.Forms;

EasyModbusClientExample/MainForm.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
2-
* Created by SharpDevelop.
3-
* User: www.rossmann-engineering.de
4-
* To change this template use Tools | Options | Coding | Edit Standard Headers.
2+
* Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
3+
* www.rossmann-engineering.de
54
*/
65
using System;
76
using System.Collections.Generic;

EasyModbusClientExample/Program.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
/*
2-
* Created by SharpDevelop.
2+
* Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
33
* User: srossmann
44
* Date: 13.02.2015
55
* Time: 11:09
6-
*
7-
* To change this template use Tools | Options | Coding | Edit Standard Headers.
86
*/
97
using System;
108
using System.Windows.Forms;

0 commit comments

Comments
 (0)