0

ASCII Text VIN etc.

Carl 7 years ago in IQANdesign updated by Ulrik Zakariasson (Software development) 6 years ago 0

Hi Guys,


Our VIN is 17 characters long and comes over J1939. So we can convert the BYTE values to ASCII with a state machine that contains every ASCII characters. How do we do this to only use one state machine for all the bytes, i.e cycle all the bytes through it but also collect each one so we have the whole VIN in a text format etc?