Page 3 of 3

Re: Baffled by Bluetooth - Help

Posted: Thu Sep 16, 2021 12:35 pm
by dougconran
gleria wrote:
Thu Sep 16, 2021 6:28 am
Thanks for this case. I also have the same solution!
Is that, also, for an OBDII device? If so, the way that I've had to deal with dropped notifications is to instruct the ELM327 to send notifications with no headers (ATH0) and then use the first character as an index to position that set of converted bytes into the relevant part of a bytearray (having first checked that the notification is the correct length). How do you do it?