glcj opened a new pull request, #770:
URL: https://github.com/apache/plc4x/pull/770

   Hello,
   
   This PR fixes the binary writing problem on S7 drivers.
   
   The problem originated in the use of padding in the "S7VarPayloadDataItem" 
type.
   
   The last Item associated with a writing process does not require the use of 
padding, so it must be considered in the "S7ProtocolLogic".
   
   Likewise, a static method "PADCOUNT" is added, to add or not the padding 
depending on the "hasNext" flag.
   
   Tests have been carried out and no other processes of the S7 driver are 
affected.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to