hafidz1977 / pymodbus

Automatically exported from code.google.com/p/pymodbus
0 stars 0 forks source link

Need some form of payload builder to simplify reading/writing messages #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The description of this problem can be followed in the following discussion: 
http://groups.google.com/group/pymodbus/browse_thread/thread/9bbc096e66c432f9

Original issue reported on code.google.com by Bashw...@gmail.com on 18 Aug 2011 at 5:54

GoogleCodeExporter commented 9 years ago
I added an initial stab at a payload builder/decoder set.  It is really just a 
readable interface around the struct module, but it may save someone a trip to 
the documentation site.  Anyways, here is the changeset: 
http://code.google.com/p/pymodbus/source/detail?r=155.

Original comment by Bashw...@gmail.com on 30 Aug 2011 at 7:30

GoogleCodeExporter commented 9 years ago
I'm going to mark this as closed with revision 161 until any form of concern is 
voiced. It handles all the primitive types and endian formats that were 
requested in the initial request.

Original comment by Bashw...@gmail.com on 6 Sep 2011 at 3:52