gianni-sch / pymodbus

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

Problem with ModbusBinaryFramer #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The method processIncomingPacket attempts to call
self.populate(). There is no such method, only
populateResult().

A patch for pymodbus/transaction.py is attached.

Regards, Albert

Original issue reported on code.google.com by albert.k...@gmail.com on 14 Jan 2011 at 11:41

Attachments:

GoogleCodeExporter commented 9 years ago
Ah, you are right.  I actually haven't tested that framer too much, however, I 
fixed the framer and added some initial tests. I still need to test it against 
the jamod reference: 
http://jamod.svn.sourceforge.net/viewvc/jamod/trunk/src/main/java/net/wimpi/modb
us/io/ModbusBINTransport.java?revision=1&view=markup 

Original comment by Bashw...@gmail.com on 14 Jan 2011 at 7:57

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r89.

Original comment by Bashw...@gmail.com on 14 Jan 2011 at 7:57