You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Change of DEBUG_LEVEL enum. It has been moved from ObdThread to obdLib. This should not affect anyone yet.
Functionality Changes:
* Addition of non-CAN mode 06. This is in pre-alpha, so it is not recommended to use it yet.
* Added 115200 baud, set default to 38400 (if no baud is specified)
New signals:
void rawCommsMessage(QString msg);
Called for every serial read or write. This is a QString representation of the exact data sent or recieved, including carrige returns, invalid characters, everything.