mwisnicki0 / android-obd-reader

Automatically exported from code.google.com/p/android-obd-reader
0 stars 0 forks source link

Implement Printing of Spaces control #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
"These commands control whether or not space characters are inserted in the ECU 
response.
The ELM327 normally reports ECU responses as a series of hex characters that 
are separated by space characters (to improve readability), but messages can be 
transferred much more quickly if every third byte (the space) is removed. While 
this makes the message less readable for humans, it can provide significant 
improvements for computer processing of the data. By default, spaces are on 
(S1), and space characters are inserted in every response."

One shall implement this enhancement for faster application response times.

Original issue reported on code.google.com by pjpi...@gmail.com on 22 Sep 2011 at 4:51