MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / connect_device

Method connect_device

tests/utils/api_client.py:284–286  ·  view source on GitHub ↗

Connect to the configured device.

(self)

Source from the content-addressed store, hash-verified

282 self.batch(commands)
283
284 def connect_device(self) -> None:
285 """Connect to the configured device."""
286 self.command("io.connect")
287
288 def disconnect_device(self) -> None:
289 """Disconnect from the device."""

Calls 1

commandMethod · 0.95