Open deve87 opened 4 years ago
Hi.
I'm trying to get you'r code to work with python3. I think that it has something to do with crcmod. I can see that crcmod.mkCrcFun(0x11021, 0xffff, True, 0x0000) in aidon_obis.py gives me different outputs from python2 to python3.
Any idea why this happens?
Think I got it working with python3 with some modification (no guarantees, works for me)
aidon_obis.txt
Done in this fork
Hi.
I'm trying to get you'r code to work with python3. I think that it has something to do with crcmod. I can see that crcmod.mkCrcFun(0x11021, 0xffff, True, 0x0000) in aidon_obis.py gives me different outputs from python2 to python3.
Any idea why this happens?