|
ASCII stupid question, get a stupid ANSI
In OBD2, does the vehicle and the interface talk to each other in binary or ascii ?
I was just wondering since it seems like the interface and PC usually talk to each other in ASCII. A typical command/request sent to the interface and the response back from are like those shown in the attached pic.
As you can see the command "0111" is actually 4 ascii bytes, instead of two binary bytes and the response is 11 ascii bytes which could possibly be sent as 3 or 4 byte binary. But thats PC<->Interface. What happens between Vehicle<->Interface ?
|