i am playing a bit with ostc dive computer simulation
mode. i am using my own scripts to send data and read
data from the computer.
of course, the simulation is real time and real life
rules apply, so when one "surfaces", then one has
to wait until computer switches from dive mode to
surface mode.
if one wants to start simulation, then 0x63 ('c')
has to be sent to computer.
if i restart my script or want to make immediate
another _simulation_ dive and computer is
still in dive mode, then start of simulation is
interpreted as 89m depth (0x63 == 'c' == 99*100mBar

that would be not a problem if i could detect
programatically if ostc computer is in dive or in
surface mode. is it possible?
or maybe 'c' (start of simulation) shall be ignored
by firmware when computer is at 0m depth?
regards,
w