JlinkCommandStream

Helper class for issuing a command/response to embedded device via J-Link

Methods

__init__

close

Close the JLink connection and streams

issue

Send a command to the device and receive the command response

open

Open the JLink connection and command streams

Parameters:

options (Optional[JlinkStreamOptions]) –

Open the JLink connection and command streams

Close the JLink connection and streams

Send a command to the device and receive the command response

Return type:

bytes

Parameters:
  • data (bytes) –

  • timeout (float) –