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.
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.
// Install Windows-Remote-Arduino as a Cake Addin
#addin nuget:?package=Windows-Remote-Arduino&version=1.3.0

// Install Windows-Remote-Arduino as a Cake Tool
#tool nuget:?package=Windows-Remote-Arduino&version=1.3.0

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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.0 15,002 5/18/2016
1.3.0 2,946 1/7/2016
1.2.0 2,115 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.