Giter Club home page Giter Club logo

obd-ii_uart's Issues

not working with SAE 1939

I don't know if this product gets activelly supported, I have been using this product with cars and truck, works just fine, but can not read from a SAE - 1939 truck.

arduino library for the Keyword Protocol 2000

Hi!

I made a library to make the comunication and the development of software for the ECU easier
Keyword Protocol 2000
I think that the original tutorial has been created by toni_k but i don't know his github name
You may consider to add this to the tutorial
I also made a python script that emulates an ECU and it is very useful for the development, somehow similar to the ECUsim 2000 you pubblish only limited to the iso14230 but free

`Serial.flush()` Outdated

Several customer have reported that the Serial.flush() function no longer clears the input and output buffers; it only clears the output buffer.

The firmware needs to be updated for this change:
https://github.com/sparkfun/OBD-II_UART/blob/master/Firmware/obdIIUartQuickstart.ino#L55
https://github.com/sparkfun/OBD-II_UART/blob/master/Firmware/obdIIUartQuickstart.ino#L60
https://github.com/sparkfun/OBD-II_UART/blob/master/Firmware/obdIIUartQuickstart.ino#L83

A common recomendation from the Arduino forum:

while(Serial.available() > 0) {
  char dump_buf = Serial.read();
}

Directly communicate with can bus?

The schematic says it uses the mcp2551 for can bus. Is there a way I can directly communicate with the can-bus without having to go through obd2 interface?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.