[Mono-list] Mono & ModBus

Petit Eric surfzoid at gmail.com
Wed May 14 04:49:33 EDT 2008


2008/5/14 Panoramix <aria.francesco at gmail.com>:
>
>  I would try to use the .NET library that is at URL http://www.nmodbus.com/
>  but I'm
>  new to mono and mono-develop so :
>
>  How can I do to install it on mono-develop?
>
>  Thanks to all =)
>  --
>  View this message in context: http://www.nabble.com/Mono---ModBus-tp17224941p17224941.html
>  Sent from the Mono - General mailing list archive at Nabble.com.
>
>  _______________________________________________
>  Mono-list maillist  -  Mono-list at lists.ximian.com
>  http://lists.ximian.com/mailman/listinfo/mono-list
>

I had a look at this nmodbus lib, i think you should do not use it
unless yu want to do a complex work.
Modbus protocol is really simple, i already write programmes who use
modbus protocol.
Yu should try to find the pdf who describe the Modbus protocol here :
http://www.modbus.org/
And then write a reader/writer trought a tcp socket or a serial port.
The bigest task is the calcul of the CRC16, but you find a lot of free
code of it on the net.


More information about the Mono-list mailing list