Andreas Franzén

Results 39 comments of Andreas Franzén

I wouldn’t know how to do that I’m afraid. What’s the upside of doing it that way?

I'm trying to get 2560x1600 but I only get 1920x1080 it seems

So looking at the radiohead code I don't think it's going to be nice solution just using expressions. You guys might already come to that conclusion.

Thanks for your reply! Yeah bits, right, I was missing something that's for sure =) I tried the changes (and a multitude of others) but this was the result. ```...

Yeah, I'm doing this for a electricity meter that sends: ``` double cumulativeActiveImport; double cumulativeActiveExport; double cumulativeReactiveImport; double cumulativeReactiveExport; double momentaryActiveImport; double momentaryActiveExport; double momentaryReactiveImport; double momentaryReactiveExport; double momentaryActiveImportL1; double...

Hmm, is it not possible to decode values into DATA_DOUBLE using the flex decoder?

Alright, guess I got some work to do =) But in any case this won't make it as a decoder so would it be and idea for me to extend...

Glad to hear it would be in line with the project. When you say prototype in python, do you mean just writing a parser to try out the added syntax...