dmroeder / pylogix

Read/Write data from Allen Bradley Compact/Control Logix PLC's
Apache License 2.0
599 stars 182 forks source link

little-endian enhancement #134

Closed TheFern2 closed 4 years ago

TheFern2 commented 4 years ago

Short description of change

Forcing little endian to support jython users

Types of changes

What is the change?

Explicit little endian on self.CIPTypes on eip.py

What does it fix/add?

Fixes reverse endianness in jython so that pylogix can work.