KincoSerialMotorLibraryIfScientific 1.0.7

dotnet add package KincoSerialMotorLibraryIfScientific --version 1.0.7
NuGet\Install-Package KincoSerialMotorLibraryIfScientific -Version 1.0.7
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="KincoSerialMotorLibraryIfScientific" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add KincoSerialMotorLibraryIfScientific --version 1.0.7
#r "nuget: KincoSerialMotorLibraryIfScientific, 1.0.7"
#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 KincoSerialMotorLibraryIfScientific as a Cake Addin
#addin nuget:?package=KincoSerialMotorLibraryIfScientific&version=1.0.7

// Install KincoSerialMotorLibraryIfScientific as a Cake Tool
#tool nuget:?package=KincoSerialMotorLibraryIfScientific&version=1.0.7

KincoSerialLibrary

This is the repository that houses the code for KincoSerialMotorLibrary on Nuget.

The code is meant to be minimal. It covers the needed communication to and from the serial port (RS232). Most of the registers, values, and addresses are in there.

Please feel free to create pull requests, if you find anything that needs to be changed.

Usage Examples

Check the examples folder for examples on how this library is used.

This is based upon: https://www.anaheimautomation.com/manuals/servo/FD%20Servo_User_Manual.pdf Check appendixx 6 and 7 for more details.

Github link: https://github.com/if-scientific/KincoSerialMotorLibrary

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 4.7.2

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.7 376 10/24/2022
1.0.6 360 9/30/2022
1.0.5 368 9/30/2022
1.0.4 361 9/28/2022
1.0.3 385 9/3/2022
1.0.2 382 9/3/2022
1.0.0.1 390 9/3/2022
1.0.0 370 8/13/2022

Read me and examples added.