picpresencemodule 1.1.3

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

// Install picpresencemodule as a Cake Tool
#tool nuget:?package=picpresencemodule&version=1.1.3

Picpresence Experimental Library 🚀

Nuget Version Downloads

Table of Contents 📚

  1. Description
  2. Structure
  3. Installation
  4. Contribution
  5. Troubleshooting
  6. License

Description 🖋️

Picpresence Module is a simple module designed to connect PIC16F876 with an LCD LM016L through serial ports connection. This module is written in C# and can be utilized in various applications that require interfacing with the PIC16F876 microcontroller and the LM016L LCD.

Structure 📂

├── Core
│   ├── ISerialPort.cs
│   └── SerialPortFlow.cs
├── README.md
├── Utils
│   └── Attach.cs
├── picpresencelib.csproj
└── picpresencelib.sln

Installation 💻

You can install the library via .NET CLI

dotnet add package picpresencemodule --version 1.1.3

Contribution 🤝

Contributions are always welcome. To contribute:

  1. Fork the project.
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the Branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

Troubleshooting 🔧

If you encounter any problems while setting up or using the module, please check the Issues section of this repository to see if your issue has already been addressed. If not, feel free to open a new issue with a description of the problem you're experiencing.

License 📄

MIT License

Copyright (c) 2022 George Namoc

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Product Compatible and additional computed target framework versions.
.NET net6.0-windows10.0.19041 is compatible.  net7.0-windows 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.

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.1.3 392 9/2/2022
1.1.2 366 9/2/2022
1.0.2 367 9/2/2022
1.0.1 370 9/2/2022
1.0.0 373 9/1/2022

fix attach method