Harp.Toolkit
                             
                            
                                0.1.0
                            
                        
                            
                                
                                
                                    Prefix Reserved
                                
                            
                    dotnet tool install --global Harp.Toolkit --version 0.1.0
        
        
This package contains a .NET tool you can call from the shell/command line.
                    
    
    dotnet new tool-manifest
dotnet tool install --local Harp.Toolkit --version 0.1.0
        
        
This package contains a .NET tool you can call from the shell/command line.
                    
    
    #tool dotnet:?package=Harp.Toolkit&version=0.1.0
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    nuke :add-package Harp.Toolkit --version 0.1.0
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    Harp Toolkit
Tool for inspecting, updating and interfacing with Harp devices.
Getting Started
Navigate to the Harp.Toolkit NuGet tool package
Click
.NET CLI (Local)and copy the two suggested commands. E.g.:dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local Harp.ToolkitTo view the tool help reference documentation, run:
dotnet harp.toolkit --helpTo list all available system serial ports:
dotnet harp.toolkit listTo display info about a device connected to a specific serial port:
dotnet harp.toolkit --port COM4To update the device firmware from a local HEX file:
dotnet harp.toolkit update --port COM4 --path Behavior-fw3.2-harp1.13-hw2.0-ass0.hexTo restore the tool at any point, run:
dotnet tool restore
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET | net8.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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 | 
|---|---|---|
| 0.1.0 | 410 | 6/14/2024 |