serial and firmware -- please help

Dirk Hohndel dirk at hohndel.org
Fri Nov 21 14:02:37 PST 2014


On Fri, Nov 21, 2014 at 10:53:20PM +0100, Henrik Brautaset Aronsen wrote:
> Dirk Hohndel wrote:
> >So I pushed a patch that will dump some data to stderr when you download
> >dives from your dive computer. And I'd love for as many people as possible
> >to run this against all the dive computers you can get your hands on and
> >respond to this email with
> >
> >a) what Subsurface showed about serial / firmware
> 
> libdc devinfo serial nr converted to 158230-8936
> libdc devinfo firmware version converted to 655.40
> 
> >b) what your dive computer and / or its box tell you about serial / firmware
> 
> Suunto HelO2
> 
> Serial on the back (and in DM5): 94803072
> Firmware according to DM5: 1.0.4

That's byte by byte encoding again
94 80 30 72 decimal
5E 50 1E 48 hex

0x5e501e48 = 1582308936

ditto for the firmware

65540 = 0x10004 -> 01 00 04 -> 1.0.4

Thanks

/D



More information about the subsurface mailing list