OBD scan tool
-
- Posts: 1
- Joined: Fri 28. Oct 2011, 12:38
OBD scan tool
Hi,
Has anyone written an app using the API that allows DTC codes to be read out and codes cleared using the PCAN USB interface?
thanks
Has anyone written an app using the API that allows DTC codes to be read out and codes cleared using the PCAN USB interface?
thanks
- PEAK-Support
- Sales & Support
- Posts: 1646
- Joined: Fri 10. Sep 2010, 19:34
Re: OBD scan tool
Dear,
we from PEAK-System have not implemented a PC based solution for that. But we have done it in the past for µC. So i will check if we could port the Software to a Windows/LINUX LIB.
If anyone have a OBD Scanner implemented with our Hardware please send us a note - maybe we could share it here.
we from PEAK-System have not implemented a PC based solution for that. But we have done it in the past for µC. So i will check if we could port the Software to a Windows/LINUX LIB.
If anyone have a OBD Scanner implemented with our Hardware please send us a note - maybe we could share it here.
--------------------------------
PEAK-System Technik
Technical Support Team
support[at]peak-system.com
-------------------------------
PEAK-System Technik
Technical Support Team
support[at]peak-system.com
-------------------------------
- PEAK-Support
- Sales & Support
- Posts: 1646
- Joined: Fri 10. Sep 2010, 19:34
Re: OBD scan tool
! Update 15.01.2013 !
We are working on a OBD-II Interface DLL based on the free available PCAN-Basic API. The Version will include all major functions and aslo a example (CAN-OBD-II Monitoring Tool), and will work with all PCAN-CAN Interfaces (past/now/future). We hopefully could place it in our BETA Tester forum within the next 2 month.
We are working on a OBD-II Interface DLL based on the free available PCAN-Basic API. The Version will include all major functions and aslo a example (CAN-OBD-II Monitoring Tool), and will work with all PCAN-CAN Interfaces (past/now/future). We hopefully could place it in our BETA Tester forum within the next 2 month.
--------------------------------
PEAK-System Technik
Technical Support Team
support[at]peak-system.com
-------------------------------
PEAK-System Technik
Technical Support Team
support[at]peak-system.com
-------------------------------
-
- Posts: 5
- Joined: Fri 31. May 2013, 20:33
Re: OBD scan tool
This sounds great, is there any news on OBD-II interface? 
Thanks!

Thanks!
Re: OBD scan tool
Hello,
we are working already on the OBD-II library. This is based on the UDS library (currently in Beta-Phase) and the PCAN-Basic API. Our UDS library covers the specifications of ISO 15765-2 (transport) for using with UDS (ISO 15765-3) and OBD-II (ISO 15765-4).
If you like you can register to test the beta version of the UDS library. We have posted already a small example within the beta-forum of how to read OBD-II values using the UDS API. This can give you a small taste of OBD-II. Nevertheless, the OBD-II library will go further, having one function per OBD-II service (01..0A), so that the use of the library regarding OBD-II will be more confortable.
we are working already on the OBD-II library. This is based on the UDS library (currently in Beta-Phase) and the PCAN-Basic API. Our UDS library covers the specifications of ISO 15765-2 (transport) for using with UDS (ISO 15765-3) and OBD-II (ISO 15765-4).
If you like you can register to test the beta version of the UDS library. We have posted already a small example within the beta-forum of how to read OBD-II values using the UDS API. This can give you a small taste of OBD-II. Nevertheless, the OBD-II library will go further, having one function per OBD-II service (01..0A), so that the use of the library regarding OBD-II will be more confortable.
Best regards,
Keneth
Keneth
-
- Posts: 5
- Joined: Fri 31. May 2013, 20:33
Re: OBD scan tool
Hello,
thank you for your quick reply! I will certainly have a look at the beta version
Will it also be possible to write OBD-II messages or is it a read-only approach?
Thanks.
thank you for your quick reply! I will certainly have a look at the beta version

Will it also be possible to write OBD-II messages or is it a read-only approach?
Thanks.
Re: OBD scan tool
Hello,
What do you mean with "write OBD-II messages"? if you mean reseting DLC codes, for example , then yes it will be possible. The OBD-II services are being implemented as described within the ISO specification 15765-4 and SAE J1979. As far as I know, mostly services are for data request, except for one used for Clear/Reset DTCs.
What do you mean with "write OBD-II messages"? if you mean reseting DLC codes, for example , then yes it will be possible. The OBD-II services are being implemented as described within the ISO specification 15765-4 and SAE J1979. As far as I know, mostly services are for data request, except for one used for Clear/Reset DTCs.
Best regards,
Keneth
Keneth
-
- Posts: 5
- Joined: Fri 31. May 2013, 20:33
Re: OBD scan tool
Hello,
sorry for not being specific.
I mean writing the same messages to the CAN, as e.g. an ECU would.
For example you are providing the FMS-simualtor software that enables us to write data to the bus according to the FMS specification. It would be great to be able to do the same with OBD-II data in order to test hardware without the need of a real car.
Or maybe I missed something and this is possible already?
Thanks
sorry for not being specific.
I mean writing the same messages to the CAN, as e.g. an ECU would.
For example you are providing the FMS-simualtor software that enables us to write data to the bus according to the FMS specification. It would be great to be able to do the same with OBD-II data in order to test hardware without the need of a real car.
Or maybe I missed something and this is possible already?
Thanks

Re: OBD scan tool
Hello,
well unfortunatelly not. The OBD-II API is being written to support writing scan-tools, not as an ECU simulator (if so, it would be called OBDII-Simulator
). But I think you can achieve this by using the UDS API instead, since it implements the transport layer used for OBD-II too, so you can write a program to react on OBD-II requests and answer as required.
well unfortunatelly not. The OBD-II API is being written to support writing scan-tools, not as an ECU simulator (if so, it would be called OBDII-Simulator

Best regards,
Keneth
Keneth
-
- Posts: 5
- Joined: Fri 31. May 2013, 20:33
Re: OBD scan tool
OK, I see 
It would be great to have such a tool. For starters I´d just need to have a few parameters, e.g. the speed of the car. I will have a look at the UDS example.
Generally speaking, do you think it`s a big effort to come up with a java tool to do this?
Thanks.

It would be great to have such a tool. For starters I´d just need to have a few parameters, e.g. the speed of the car. I will have a look at the UDS example.
Generally speaking, do you think it`s a big effort to come up with a java tool to do this?
Thanks.