Reading Decawave MDEK1001 data using Python

I am currently logging data from the tag using minicom. I want to try to repeat this excercise in Python. Any resources that may help me out ?

Hi Adipradu,

Which platform are you using ? The virtual machine or a raspberry pi ?

You can use the “serial” python package to setup the uart connection for example.

Regards
Yves

Hi Yves,

I am using as linux machine to log the data. What I want to do, is to use PySerial to send across commands such as “les” to start receiving data, because having to use minicom/teraterm all the time to do this is quite tedious.

1 Like

Hi AdiPrabhu,
Were you able to get this working with Python PySerial?

1 Like