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?
Hi,
Unfortunately we do not have any updated versions of the DTM library for later python versions. That means you have to port it or wrap it on your own, if you are going to use it with a python 3 project.
Regards,
Terje
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