vinssurfer
vinssurfer
Thanks for your answer. I'm french so mayby quote is not same ASCII code. But I can't try with Linux or Mac. That's the result with -vv ``` python -m...
Yes I have an answer with -S option With this command I can read which mode the PLC is (run, program, monitor) ``` python -m cpppo.server.enip.get_attribute -a 192.168.0.7 -S "@0xC4/0x0/0x64"...
Hi, I have no problem to read/write plc operating mode (service 0x0E and Ox10) But to read/write memory or input/output, I need to change service code (service code 1C to...
Hello, I renew my question : is-it possible to change the service code and how? Thanks