nanoclr 1.0.520

dotnet tool install --global nanoclr --version 1.0.520
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local nanoclr --version 1.0.520
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=nanoclr&version=1.0.520
nuke :add-package nanoclr --version 1.0.520

.NET nanoFramework nanoCLR

This .NET Core Tool allows running nanoCLR in Windows machines. This can be useful to have virtual devices for development purposes, performing automated tests on pipelines or other environments and other uses that benefit from having a virtual device opposed to real physical hardware. The virtual device can be accessed just like a real one through a virtual serial port, a named pipe or a TCP/IP port.

Is part of .NET nanoFramework toolbox, along with other various tools that are required in .NET nanoFramework development, usage or repository management.

Install .NET nanoFramework nanoCLR

Perform a one-time install of the .NET nanoFramework nanoCLR tool using the following .NET Core CLI command:

dotnet tool install -g nanoclr

After a successful installation a message is displayed showing the command that's to be used to call the tool along with the version installed. Similar to the following example:

You can invoke the tool using the following command: nanoff
Tool 'nanoclr' (version '9.9.9') was successfully installed.

Update .NET nanoFramework nanoCLR

To update .NET nanoFramework nanoCLR tool use the following .NET Core CLI command:

dotnet tool update -g nanoclr

Usage

Once the tool is installed, you can call it by using its command nanoclr, which is a short version of the name to ease typing.

nanoclr [command] [args]

The tool includes help for all available commands. You can see a list of all available ones by entering:

nanoclr --help

Virtual Serial Ports

This verb allows managing the virtual serial port exposing the virtual device. The virtual serial port it's only available in Windows machines. It's made available with the sponsorship of HHD Software which has kindly sponsored a free license for running their tool.

List Virtual Serial ports

This command lists the installed virtual serial port bridges in the system.

nanoclr virtualserial --list

Create Virtual Serial port

This command creates a virtual serial port that will be used to expose the nanoCLR instance. A random COM port will be created. A COM port can be optionally specified as an option. In this case, if that COM port it's not being used, it will be created.

nanoclr virtualserial --create [COM99]

Remove Virtual Serial port

This command removes an existing virtual serial port.

nanoclr virtualserial --remove [COM99]

Install Virtual Serial Port tools

This command installs HHD Software Virtual Serial Port Tools software. The installer is downloaded from their website and executed. Executing the installer requires "Install Driver" privilege and must be elevated. If the process running it doesn't have the required permissions an UAC prompt will be show.

nanoclr virtualserial --install

Running the virtual nanoCLR

These options run the nanoCRL instance loading the specified assemblies and exposing the device on a specified interface. Please note that for successfully running a nanoCLR instance it's require to load a set of assemblies and specify an interface to expose it, otherwise it has no use.

Load a set of assemblies

This loads a set of .NET nanoFramework assemblies and runs the nanoCLR. These have to be in .NET nanoFramework PE (Portable Executable) format. They are found in the output folder of a Visual Studio project (typically bin\Debug or bin\Release). Full path of the PE files is required.

nanoclr run --assemblies "C:\nano\my_nice_project\bin\Debug\mscorlib.pe" "C:\nano\my_nice_project\bin\Debug\my_nice_project.pe"

Specify Serial Port

This option specifies the COM port that will be used to expose the virtual nanoCLR that will be running. It requires a previous setup of a Virtual Serial Port (see Create Virtual Serial port).

nanoclr run --serialport COM99  (--assemblies ...)

Specify Named Pipe

This option specifies a Named Pipe that will be used to expose the virtual nanoCLR that will be running.

nanoclr run --namedpipe MyNanoDevice  (--assemblies ...)

Resolve references

This option tries to resolve cross-assembly references between the loaded assemblies.

nanoclr run --resolve (--assemblies ...)

Options to control debugger connection

There are two options that control how the nanoCLR execution interacts with a debugger. If it's intended that after a program terminates and exits the execution a debugger will be connecting, the option --loopafterexit should be included. In case it's expected that imediatly after nanoCLR is started,a debugger is to connect to it, the option --waitfordebugger should be included.

Maintenance operations with the nanoCLR

The nanoCLR it's, in fact, a wrapper to the nanoCLR instance that is distributed as DLL so it can be easily updated. The following operations are available to manage this.

Version of nanoCLR

Gets the version of the current nanoCLR instance.

nanoclr instance --getversion

Update nanoCLR instance

Checks for stable versions of nanoCLR and updates it, if there is one. A version can be specified. To check preview versions add the --preview option.

nanoclr instance --update [--preview] [--clrversion 1.22.333.4444]

Uninstall .NET nanoFramework nanoCLR

To uninstall the .NET nanoFramework nanoCLR tool use the following .NET Core CLI command:

dotnet tool uninstall -g nanoclr
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.0.520 305 4/10/2024
1.0.515 443 3/22/2024
1.0.510 207 3/21/2024
1.0.509 204 3/14/2024
1.0.501 232 3/4/2024
1.0.494 258 2/22/2024
1.0.492 217 2/15/2024
1.0.488 183 2/9/2024
1.0.479 160 2/6/2024
1.0.473 263 1/26/2024
1.0.467 280 1/16/2024
1.0.455 456 12/22/2023
1.0.443 319 12/8/2023
1.0.430 472 11/16/2023
1.0.426 262 11/11/2023
1.0.425 191 11/10/2023
1.0.422 126 11/10/2023
1.0.421 156 11/9/2023
1.0.417 161 11/8/2023
1.0.412 151 11/7/2023
1.0.396 341 10/30/2023
1.0.392 298 10/24/2023
1.0.385 256 10/18/2023
1.0.381 279 10/12/2023
1.0.363 481 9/27/2023
1.0.334 430 8/31/2023
1.0.318 346 8/16/2023
1.0.317 287 8/7/2023
1.0.303 223 7/26/2023
1.0.302 140 7/26/2023
1.0.301 161 7/26/2023
1.0.292 169 7/26/2023
1.0.281 189 7/14/2023
1.0.267 317 6/16/2023
1.0.259 238 6/5/2023
1.0.256 156 5/31/2023
1.0.252 193 5/30/2023
1.0.250 142 5/29/2023
1.0.238 350 5/19/2023
1.0.237 159 5/19/2023
1.0.234 145 5/18/2023
1.0.233 155 5/17/2023
1.0.230 243 5/11/2023
1.0.225 281 5/5/2023
1.0.217 377 4/18/2023
1.0.216 175 4/17/2023
1.0.212 263 4/14/2023
1.0.211 291 4/11/2023
1.0.208 326 4/3/2023
1.0.205 250 3/30/2023
1.0.201 291 3/25/2023
1.0.200 250 3/22/2023
1.0.197 322 3/15/2023
1.0.196 234 3/15/2023
1.0.193 215 3/15/2023
1.0.190 217 3/14/2023
1.0.184 270 3/10/2023
1.0.182 230 3/10/2023
1.0.180 218 3/9/2023
1.0.179 248 3/9/2023
1.0.159 451 2/20/2023
1.0.151 271 2/17/2023
1.0.148 299 2/16/2023
1.0.145 259 2/15/2023
1.0.117 357 2/3/2023
1.0.116 251 2/3/2023
1.0.114 315 1/31/2023
1.0.111 315 1/30/2023
1.0.105 423 1/17/2023
1.0.104 460 1/5/2023
1.0.103 317 1/4/2023
1.0.100 313 1/3/2023
1.0.98 334 1/2/2023
1.0.95 358 1/2/2023
1.0.93 332 1/2/2023
1.0.92 398 12/22/2022
1.0.84 400 12/14/2022
1.0.63 437 12/5/2022
1.0.62 317 12/5/2022
1.0.55 346 12/2/2022
1.0.53 346 12/2/2022
1.0.50 322 12/2/2022
1.0.47 364 12/2/2022
1.0.45 345 12/2/2022
1.0.41 362 12/2/2022
1.0.39 337 12/2/2022
1.0.38 357 12/1/2022
1.0.37 356 12/1/2022
1.0.36 370 12/1/2022
1.0.34 355 11/30/2022
1.0.28 331 11/30/2022
1.0.25 410 11/29/2022
1.0.23 338 12/13/2022
1.0.22 329 12/13/2022
1.0.19 337 11/29/2022
1.0.15 358 11/29/2022
1.0.14 364 11/29/2022
1.0.13 333 11/29/2022
1.0.12 318 12/8/2022
1.0.11 357 12/7/2022
1.0.9 337 12/7/2022
1.0.3 305 12/5/2022
1.0.1 313 12/5/2022