Click here to Skip to main content
15,895,084 members
Articles / Programming Languages / XML
Tip/Trick

Modbus TCP class

Rate me:
Please Sign up or sign in to vote.
4.89/5 (84 votes)
23 May 2014CPOL 1.7M   60.4K   154   171
A Modbus TCP class.

The project has moved to GIT

https://github.com/stephan1827/modbusTCP

Please download and ask questions from there.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Systems Engineer
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralNo connection could be made because the target machine actively refused it. Pin
nsoutinho15-Oct-10 0:17
nsoutinho15-Oct-10 0:17 
GeneralRe: No connection could be made because the target machine actively refused it. Pin
larsberghahn26-Jan-11 0:27
larsberghahn26-Jan-11 0:27 
GeneralTimeout Error Solved Pin
Michael Fauchon25-Aug-10 5:55
Michael Fauchon25-Aug-10 5:55 
Questionuse of the dll in VB Pin
swissjay2-Aug-10 8:44
swissjay2-Aug-10 8:44 
AnswerRe: use of the dll in VB Pin
nugentoffer23-Sep-10 10:41
nugentoffer23-Sep-10 10:41 
GeneralRe: use of the dll in VB Pin
Michael Fauchon9-Oct-10 8:53
Michael Fauchon9-Oct-10 8:53 
Questionwhat language to open the source code Pin
dnqhung27-Jul-10 22:10
dnqhung27-Jul-10 22:10 
AnswerRe: what language to open the source code Pin
Michael Fauchon30-Sep-10 2:26
Michael Fauchon30-Sep-10 2:26 
dnqhung wrote:
hi all,
i'm new progammer in VC ++, i've downloaded the file but don't known what language to open the source code. It's not VC ++ project, anyone please help me.

thanks in advance.




Hi, I don't know if it's too late to answer you, but I'll take a shot. Indeed, the code is in Csharp or C#(two ways of saying the same thing). You have two choice, either you use it as a dll as it is, or you find a Csharp IDE to modify it. (Which could be useful due to the unit_identifier problem explain above). If you have Visual Studio Express you should be able to modify it for free, or take a look on google you should find something. Once it is modify to meet your need, recompile it as a dll and then use it in VC++ as a reference.

I hope it'll help you!
GeneralError: Slave Time out Pin
_raghu26-Jul-10 1:37
_raghu26-Jul-10 1:37 
GeneralProblem between "transaction identifier" and "Unit identifier" in Modbus header Pin
ld.dubost7-Jul-10 21:44
ld.dubost7-Jul-10 21:44 
Questionwhat's my problem? Pin
M.Afsar19-May-10 0:34
M.Afsar19-May-10 0:34 
GeneralJust want to say thanks and suggestion Pin
Michael Fauchon25-Mar-10 7:16
Michael Fauchon25-Mar-10 7:16 
Questionthe code no modbus node can modify? Pin
flair1236-Apr-09 20:19
flair1236-Apr-09 20:19 
Questionhow about excIllegalDataAdr ? Pin
JBetons17-Dec-08 0:22
JBetons17-Dec-08 0:22 
Generalabout this class Pin
scissorszwy23-Jul-08 18:09
scissorszwy23-Jul-08 18:09 
GeneralHaving trouble implementing this DLL. Pin
Travis Howse30-Sep-07 20:35
Travis Howse30-Sep-07 20:35 
Generalextension for Modbus RTU Pin
ntorrisi1-Mar-07 4:14
ntorrisi1-Mar-07 4:14 
GeneralRe: extension for Modbus RTU Pin
stephanstricker3-Mar-07 3:56
stephanstricker3-Mar-07 3:56 
GeneralRe: extension for Modbus RTU Pin
zouihed20-Jun-07 13:25
zouihed20-Jun-07 13:25 
GeneralRe: extension for Modbus RTU Pin
zouihed20-Jun-07 13:33
zouihed20-Jun-07 13:33 
GeneralRe: extension for Modbus RTU Pin
zouihed20-Jun-07 13:43
zouihed20-Jun-07 13:43 
QuestionModbus RTU and Modbus TCP protocols Pin
Nystedt16-Nov-06 5:39
Nystedt16-Nov-06 5:39 
AnswerRe: Modbus RTU and Modbus TCP protocols Pin
Hei-Tech17-Nov-06 3:22
Hei-Tech17-Nov-06 3:22 
AnswerRe: Modbus RTU and Modbus TCP protocols [modified] Pin
stephanstricker23-Nov-06 22:52
stephanstricker23-Nov-06 22:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.