<p dir="ltr">Hi Anton, i'm on the phone, so expect every kind of sintax errors.</p>
<p dir="ltr">El 12/07/2015 20:53, "Salvador Cuñat" <<a href="mailto:salvador.cunat@gmail.com">salvador.cunat@gmail.com</a>> escribió:<br>
><br>
> <br>
> ><br>
> > Looks like the first byte is a version(?) marker to. 0x64 in the old<br>
> > files in dives/ and 0x65 in the ones posted on the forum.<br>
> ><br>
><br>
> Yes it's correct, but this byte doesn't seem to be related to the<br>
> software tool but to the data type downloaded from the dc.  This way,<br>
> it happens to be 0x64 for OSTC 2N and 0x65 for OSTC3 (I've dowloaded<br>
> recent dives with latest release and the files are still marked 0x64<br>
> and seem to be just the same structure than older files).<br>
></p>
<p dir="ltr">You were right and me absolutely wrong because my software wasn't the latest release. Stupid me.<br>
0x65 type uses 3rd, 4th and 5th bytes of the file. 4th and 5th are the device's serial number, while 3rd looks like a marker for the model (2 for my 2N and 3 for OSTC3).<br>
The rest of the file seems to have the  same structure.</p>
<p dir="ltr">In actual situation, we can parse both file types as we use the unchanged data structure, which looks better to me, and will just use the model marker once we get some .dive files from other hwOS models.</p>
<p dir="ltr">Regards.</p>
<p dir="ltr">Salva.</p>