set_version isn't setting the version
Brought to you by:
tesarik
I am using the python library on a Raspberry Pi to interface to a CP2102 chip. I am trying to use the set_version function and am not able to verify it is writing correctly. As far as I can tell I need to pass it two digits in a list, but I don't see a change in the version number. I successfully changed other fields so I know the chip isn't locked.
I am attempting to read the new value using _get_int16_config(value=cp210x.REG_VERSION, request=4)