Well if anyone wants the solution, here it is!
obd2.Output = "010D" & vbCr
Do
mystrg = mystrg & obd2.Input
'Debug.Print mystrg
DoEvents
Loop While InStr(1, mystrg, ">", vbTextCompare) < 1
bytes = StrConv(mystrg, vbFromUnicode)
If UBound(bytes) >= 3 Then
'Do calculation for speed
Speed = (bytes(3) * 0.6215)
end if



LinkBack URL
About LinkBacks
Reply With Quote


Bookmarks