decoding-carelink icon indicating copy to clipboard operation
decoding-carelink copied to clipboard

what does PumpExperiment_OP69 do?

Open bewest opened this issue 10 years ago • 1 comments

PumpExperiment_OP69

What does it do?


$ mm-send-comm.py    --serial 208850 tweak PumpExperiment_OP69 

...

PUMP MODEL: ReadPumpModel:size[64]:data:'515'

<class 'decocare.commands.PumpExperiment_OP69'> {} CRITICAL:decocare.session:this seems like a problem response: PumpExperiment_OP69:size[64]:data:bytearray(b'\x00') hexdump:

0000   0x00                                       .

decoded:

bytearray(b'\x00')

Then, with depending on params, different responses come back, a common one is:

<class 'decocare.commands.PumpExperiment_OP69'> {'params': [20]} CRITICAL:decocare.session:this seems like a problem response: PumpExperiment_OP69:size[64]:data:bytearray(b'\t') hexdump:

0000   0x09                                       .

decoded:

bytearray(b'\t')

Normally when commands are not supported/don't exist, there is some kind of error response every time... This behavior indicates that it probably does something interesting, but I have no idea what it might do, or how to influence the behavior through the parameters.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

bewest avatar Apr 13 '14 21:04 bewest