Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug fix #6

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

bug fix #6

wants to merge 21 commits into from

Commits on Nov 5, 2012

  1. Decoupling obd_io from wx

    For users who don't want to install wx (i.e. they're living in a console
    only environment), we just print the debug message to the screen and
    ignore the fact that we don't have wx installed.
    Paul Robinson committed Nov 5, 2012
    Configuration menu
    Copy the full SHA
    ac03e26 View commit details
    Browse the repository at this point in the history
  2. Moving scanSerial into its own module

    Moving scanSerial so it can be used by other things other than pyobd
    Paul Robinson committed Nov 5, 2012
    Configuration menu
    Copy the full SHA
    89c3112 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1191a0 View commit details
    Browse the repository at this point in the history
  4. Removing the infinite read loop and adding checking

    Paul Robinson committed Nov 5, 2012
    Configuration menu
    Copy the full SHA
    7d332e2 View commit details
    Browse the repository at this point in the history
  5. Adding logger and is_connected function to recorder

    Paul Robinson committed Nov 5, 2012
    Configuration menu
    Copy the full SHA
    2df3b90 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2012

  1. Adding shortname to sensor list

    Paul Robinson committed Nov 6, 2012
    Configuration menu
    Copy the full SHA
    10a0ad7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd868c4 View commit details
    Browse the repository at this point in the history
  3. Correcting debug_display for no port

    Paul Robinson committed Nov 6, 2012
    Configuration menu
    Copy the full SHA
    9646ddb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32d8e12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31c847c View commit details
    Browse the repository at this point in the history
  6. Adding checks for ISO OBD connections for UNABLE TO CONNECT and SEARC…

    …HING...
    Paul Robinson committed Nov 6, 2012
    Configuration menu
    Copy the full SHA
    ebcf0f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2012

  1. Configuration menu
    Copy the full SHA
    da0a939 View commit details
    Browse the repository at this point in the history
  2. Concatenate multiple message lines

    And use the ">" as the end
    Paul Robinson committed Nov 7, 2012
    Configuration menu
    Copy the full SHA
    e702a38 View commit details
    Browse the repository at this point in the history
  3. Change date format to remove date.

    Paul Robinson committed Nov 7, 2012
    Configuration menu
    Copy the full SHA
    e359c87 View commit details
    Browse the repository at this point in the history
  4. Adding script type to script

    Paul Robinson committed Nov 7, 2012
    Configuration menu
    Copy the full SHA
    75dde02 View commit details
    Browse the repository at this point in the history
  5. Erm

    Paul Robinson committed Nov 7, 2012
    Configuration menu
    Copy the full SHA
    f36d344 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/roflson/pyobd

    Paul Robinson committed Nov 7, 2012
    Configuration menu
    Copy the full SHA
    5149d9c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2012

  1. Changing time format

    Paul Robinson committed Nov 23, 2012
    Configuration menu
    Copy the full SHA
    2d656e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2012

  1. Changing logging to header + comma delimited format

    Adding gear calculation and load to logging
    Paul Robinson committed Dec 16, 2012
    Configuration menu
    Copy the full SHA
    c6cb31b View commit details
    Browse the repository at this point in the history
  2. Adding error checking

    Paul Robinson committed Dec 16, 2012
    Configuration menu
    Copy the full SHA
    8b16807 View commit details
    Browse the repository at this point in the history
  3. Fixing bugs

    Paul Robinson committed Dec 16, 2012
    Configuration menu
    Copy the full SHA
    7731872 View commit details
    Browse the repository at this point in the history