Windows-Remote-Arduino 1.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Windows-Remote-Arduino --version 1.3.0
                    
NuGet\Install-Package Windows-Remote-Arduino -Version 1.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Windows-Remote-Arduino" Version="1.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Windows-Remote-Arduino" Version="1.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Windows-Remote-Arduino" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Windows-Remote-Arduino --version 1.3.0
                    
#r "nuget: Windows-Remote-Arduino, 1.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Windows-Remote-Arduino@1.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Windows-Remote-Arduino&version=1.3.0
                    
Install as a Cake Addin
#tool nuget:?package=Windows-Remote-Arduino&version=1.3.0
                    
Install as a Cake Tool

Windows Remote Arduino is an open-source Windows Runtime Component library which allows Makers to control an Arduino through a Bluetooth, USB, WiFi, or Ethernet connection! It is intended for Windows Runtime (WinRT) Developers who want to harness the power of Arduino hardware using the Windows Runtime Languages. Developers who include this component in their projects will automatically have access to its features in any of the WinRT languages (C++/CX, C# and JavaScript). The library is built on top of the Firmata protocol, which is implemented in a pre-packaged Firmata library included in the Arduino software obtained from http://arduino.cc/.

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Windows-Remote-Arduino:

Package Downloads
Waher.Things.Arduino

UWP class library that publishes nodes for interaction with Arduinos and connected modules via Firmata.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Windows-Remote-Arduino:

Repository Stars
PeterWaher/IoTGateway
New project
Version Downloads Last Updated
1.4.0 16,248 5/18/2016
1.3.0 3,709 1/7/2016
1.2.0 2,510 10/2/2015

Added HardwareProfile class, which describes a device, its pins, and their capabilities
RemoteDevice now contains a DeviceHardwareProfile property which is a HardwareProfile type describing the connected device.