Skip to content

Method CreateSubprocessCommunicator

Namespace: Belay.Extensions.Factories
Assembly: Belay.Extensions.dll

CreateSubprocessCommunicator(string, string[]?)

Creates a subprocess communicator.

csharp
DeviceConnection CreateSubprocessCommunicator(string executablePath, string[]? arguments = null)

Parameters

executablePath string

Path to the MicroPython executable.

arguments string[]?

Optional command-line arguments.

Returns

DeviceConnection

A configured subprocess communicator.

Released under the Apache License 2.0.