Richard Almeida

Show:

What's happening?

  • Vehicle Diagnostics Suite

    rpalmeida added fenugrec to the Vehicle Diagnostics Suite project.

    2009-06-19 21:19:15 UTC in Vehicle Diagnostics Suite

  • Followup: RE: Help Running Program

    Your 'path' (where the shell looks for executables) does not include the current directory - this is the default if you are root so you don't accidentally run something that is in someones directory you are looking at. So, you need to specify exactly where the exectable is, so type ./scantool The compiler will have already made the scantool executable, so no need for the chmod command.

    2008-01-13 10:09:45 UTC in Vehicle Diagnostics Suite

  • Followup: RE: freediag-0.3 -> BR-3 -> 2000 Cherokee

    Can you do debug all 0xffff scan and send me the trace, I will have a look Cheers Richard.

    2004-03-30 08:50:43 UTC in Vehicle Diagnostics Suite

  • Followup: RE: SCANTOOL.NET ELM Interface supported?

    No It was on my list (and I have one, donated by scantool.net) to code with. If anyone familiar with the freediag code, they are welcome to write it. *if* they are in the UK, I may lend them a ECU so they can code against it .... Or, if I suddenly get some time, maybee i'll write the interface code Cheers Richard.

    2004-03-17 20:35:48 UTC in Vehicle Diagnostics Suite

  • Followup: RE: Clearing fault codes.

    cleardtc uses the OBD/EOBD function. There is also a function in iso14230, (clearDiagnosticInformation), - that message has a format of 0x14 0xYY 0xZZ - where YY and ZZ are high and low bytes for the group/dtc, so use 0xFF 0xFF to mean all. You can send that 3 byte message once the connection is established to the ECU R.

    2004-03-15 23:09:15 UTC in Vehicle Diagnostics Suite

  • Followup: RE: kwp2000 support ?

    Freediag does support kwp2000 (its iso14230 !), it doesnt have a set of commands to send kwp requests by name, but you can send them in hex in the normal way ... R.

    2004-03-15 22:57:52 UTC in Vehicle Diagnostics Suite

  • Followup: RE: The Future of Freediag. **IMPORTANT NEWS**

    Thank You to Steve for getting the ball rolling .... and Thank You to you all for your future contributions, at least Freediag won't die because I'm too busy ! Cheers Richard.

    2004-03-15 22:56:07 UTC in Vehicle Diagnostics Suite

  • Followup: RE: dyno.c in current CVS doesn't compile.

    Hi Steve I was the original author of this, but as is obvious, havent made time as the day job takes all.. I will go and add you as a developer and adminsitrator. I do intend to add support for the ELM chipset interface that I was given by the manafacturer of it. I'd like to stay involved, its hard watching one's 1st sourceforge project showing signs of growing up, and not in one's...

    2004-03-02 11:06:00 UTC in Vehicle Diagnostics Suite

  • Followup: RE: CHIP CONNECT rcvd 0x2 != 0xff, SerialPort Hlp

    Hi, what mac are you using ? I now have a powerbook, but it has no native serial port - are you using a usb->serial converter ? The O_SYNC option causes the write() to the serial port not to return until the data has been sent - I dont think its vital - if I get some time, I'll try and do the port - but Im rather busy with day job, which is why Ive done nothing on this project for ages :-(.

    2004-02-03 21:41:00 UTC in Vehicle Diagnostics Suite

  • Followup: RE: Redhat Serial Port

    Hi Freediag was developed on redhat - so it should work ... You probably have something else trying to use the com port, or you havent set the interface type correctly. You can see what else is using the com port by doing "fuser /dev/ttyS0" (whilst freediag isnt running) - it will return the list of process id's using the port - it should return nothing if nothing is using...

    2003-10-19 19:33:06 UTC in Vehicle Diagnostics Suite

About Me

  • 2001-08-02 (8 years ago)
  • 287450
  • rpalmeida (My Site)
  • Richard Almeida

Send me a message