Miky94

Results 7 comments of Miky94

I tried connecting first from the server itself (using localhost) and it worked , but not from another pc. the OPC server is the Matrikon.OPC.Simulation.1 integrated in MatrikonOPC Explorer. I...

If you tell me what to print I do another try and write the output to you to debug

I read [here](https://github.com/brendan-w/python-OBD/issues/132) and in **/home/pi/src/python-obd/obd/protocols/protocol_legacy.py** I replaced `frame.data = raw_bytes[3:-1]` with `frame.data = raw_bytes[3:]`, here is the output: ``` [obd.obd] ======================= python-OBD (v0.7.1) ======================= [obd.obd] Explicit port defined [obd.elm327]...

the ECU is of a 2003 Ducati motorbike but it also mounted on Fiat cars, as written in the first post using his program that uses a KWP-like protocol I...

No there is only one ECU

I'll try the GET_DTC command as FREEZE_DTC doesn't seem to be supported. How do I read the VIN? On [Wikipedia](https://en.wikipedia.org/wiki/OBD-II_PIDs#Service_01) I can request it using Service 09 which I dind't...