pylink icon indicating copy to clipboard operation
pylink copied to clipboard

Python Library for device debugging/programming via J-Link

Results 94 pylink issues
Sort by recently updated
recently updated
newest added

Hello, I have been experiencing the following issue lately. I use Pylink 1.2.0, JLink SDK 7.94 and the machine is a Raspberry Pi 4 (with Raspbian). The target hardware is...

``` import pylink try: import StringIO except ImportError: import io as StringIO import string import sys import time def serial_wire_viewer(jlink_serial, device): """Implements a Serial Wire Viewer (SWV). A Serial Wire...

pylink emulator -l can get jlink serial number, which api should i use to get serial number from python script?

help wanted
question

![image](https://github.com/user-attachments/assets/5794ca3b-9246-494a-a68e-b058360eb237) Programming error occured.

troubleshooting