square / pylink

Python Library for device debugging/programming via J-Link
https://pylink.readthedocs.io/en/latest/
Other
346 stars 127 forks source link

pylink.JLink.rtt_read blocks indefinitely when no data is available? #187

Closed clnhlzmn closed 11 months ago

clnhlzmn commented 11 months ago

As far as I can tell this is the behavior, but I don't see that documented anywhere. Can someone confirm that is expected and if so is there any built in way to add a timeout?

clnhlzmn commented 11 months ago

Disregard: pylink.JLink.rtt_read does not block at all when no data is available.