PyLink
latest

Getting Started

  • Installation
  • Tutorial
  • Command-Line

Documentation

  • PyLink
  • Protocols
  • Unlockers
  • Bindings
  • Extras
  • Troubleshooting

Debugging

  • Serial Wire Debug

About PyLink

  • About
PyLink
  • Docs »
  • PyLink: Control your J-Link with Python
  • Edit on GitHub

PyLink: Control your J-Link with Python¶

PyLink is a Python package that enables you to control your J-Link from Python. This library was developed at Square to enable us to leverage our J-Link as a part of our test infrastructure, which was written in Python.

Getting started is as simple as:

>>> import pylink
>>> jlink = pylink.JLink()
>>> jlink.open(serial_no=123456789)
>>> jlink.product_name
J-Trace Cortex-M

Getting Started¶

  • Installation
  • Tutorial
  • Command-Line

Documentation¶

  • PyLink
  • Protocols
  • Unlockers
  • Bindings
  • Extras
  • Troubleshooting

Debugging¶

  • Serial Wire Debug
Next

© Copyright 2017, Square Inc. Revision a2d9fbd3.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.