stanleyhuangyc / Freematics

Official source code repository for Freematics
https://freematics.com
428 stars 347 forks source link

OBD Lib SoftwareSerial Support Debugging #9

Closed hayden-t closed 5 years ago

hayden-t commented 9 years ago

This is important to see deeper into whats going on when debugging.

Could likely make choice in ODB.h between soft or hard autodetect based on hardware chip present.

hayden-t commented 9 years ago

Just so you know , i was initially trying to do this with a callback registered from datalogger.ino, that way you can have them both logging debug to serial bt at same time. but when i had this idea which is much simpler (albeit limited) i went with that.

that being said if you think of some better way to integrate debugging between both parts (logger and obd lib) great.