I making a gui to use with the dtm library provided, but I want to use tkinter which does not work in python 2.7. Is there a version of the DTM library and example from nAN-34 that is written in python 3.6?
I making a gui to use with the dtm library provided, but I want to use tkinter which does not work in python 2.7. Is there a version of the DTM library and example from nAN-34 that is written in python 3.6?
Porting to Python 3.6 or above is not so complicated.
Its the PySerial which has API update. Check for Pyserial write and read function and modify data before call serial.write
Porting to Python 3.6 or above is not so complicated.
Its the PySerial which has API update. Check for Pyserial write and read function and modify data before call serial.write