Patrick McDonagh

Results 7 comments of Patrick McDonagh

I believe the Python 3 issues have to do with changes to the struct library, specifically the types of returned variables. Compare the [Python 2 Documentation](https://docs.python.org/2/library/struct.html) with the [Python 3...

Yeah, I admittedly don't understand the mechanics of the request/response within CIP yet to understand it all, but it didn't seem to work when I edited the pack/unpack functions. It...

I've had MANY conversations with rockwell support and firmware developers who all believe you _should_ be able to change the port from 44818, but none who are willing to push...

I had been working on it, but I made almost 0 progress before my work schedule pulled me away from it entirely. I was working on comparing the packets being...

It looks like you created a PR for it. It just needs to be accepted before it can be merged into the master branch. I did a quick test of...

Your code, however, does not seem to be backwards compatible with python2 The open() function of cip_base fails with error `Unknown format code 'x' for object of type 'str'`