Results 5 issues of Alvaro

There was an issue with trying to append a byte to a string, which python3 doesn't like.

When trying to run (a slightly modified copy of) bglib_test_scanner.py with python3 using the Python3/bglib.py, the following error occurs: ``` $ python3 bglib_test_scanner.py Traceback (most recent call last): File "bglib_test_scanner.py",...

There seem to be cases in v4l2 devices where the menu options are not contiguous. For example (Logitech C920 v4l2-ctl -L output): ``` exposure_auto 0x009a0901 (menu) : min=0 max=3 default=3...

In line 196, when an error occurs, it tries to return an error code rbytes = int(result[1]) This is ok if the error was in an i2c transaction. If the...

Include some sort of way to mark/hide already downloaded messages.