Jared Sanson

Results 25 comments of Jared Sanson

So it's not a power or wakeup issue at all, I have found the watch resets if I just leave it alone on my desk for an hour. Very likely...

I think your serial connection might not be 100% reliable. For the same TX command, you receive 3 different responses: ``` RX: 02 00 60 f0 0010 0000 .... .0000...

Also just realised I'd never merged in the fix for issue 22, but should be there now. I don't believe that's the cause of what you're seeing however...

Thanks for the info, it does seem to be possible and it sounds like the MATE is driving it, which means this library will need to re-implement that behaviour somehow...

That's promising, I'll see if I can capture exactly which command MATE sends.

Well my MATE doesn't have the option it seems, so I can't test this out. I suspect it's too old (rev 4.0.4). You should check to see whether that control...

Yeah I think this is probably related to issue #22. Can you enable full debug logging? Just add the following to the top of readout.py: ```python import logging log =...

Could you try the latest changes in [branch issue-22](https://github.com/jorticus/pymate/compare/issue-22)? I've added a more thorough workaround for the issue I believe you are encountering. Please also enable the debug logs in...

Ooops, just pushed a fix, please pull & try again. I'm not able to test the code right now (don't have the hardware set up)

Thank you, getting closer... I forgot to account for additional bytes in the response packet. Please try the latest changes (0a6be1c).