General

lauterbach.trace32.rcl.connect(*, node='localhost', packlen=1024, port='20000', protocol='TCP', timeout=60.0)

Connect to a debugger.

Parameters:
  • node (str) – Remote API node. Defaults to ‘localhost’.

  • port (int) – Remote API port. Defaults to 20000.

  • packlen (int) – Remote API packet length. Defaults to 1024 for UDP and 16384 for TCP.

  • protocol (str) – Remote API protocol type: TCP, UDP. Defaults to “TCP”.

  • timeout (float) – Connection establishment timeout in seconds. Defaults to 4.0.

Returns:

debugger

Return type:

Debugger

lauterbach.trace32.rcl.init(**kwargs)