gianni-sch / pymodbus

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

Problems with the method ModbusClientProtocol.execute #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The method `execute()` of the class 
`pymodbus.client.async.ModbusClientProtocol` attempts to
send the request instead of the packet. Afterwards, it 
calls a function _buildResponse instead of its method 
with the same name.

I've attached a patch for fixing these issues.

Please have a look.

Thanks, Albert

Original issue reported on code.google.com by albert.k...@gmail.com on 24 Feb 2011 at 1:48

Attachments:

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

Original comment by Bashw...@gmail.com on 24 Feb 2011 at 3:04