Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I'm experimenting with reading the VIN number from my cars ECU. I have sucessfully retrieved the first three VIN characters however to my understanding I need to send a flow control frame / message to retrieve the remaining VIN characters since the VIN number is 17 characters (17 characters = 17 ascii coded bytes).
Does anyone know how or able to point me to some code which deals with flow control to handle multiple data frames i.e. greater than the single 8 byte payload I have already successfully read.
Thanks.