Giter Club home page Giter Club logo

serial-monitor's Introduction

serial-monitor

Dependencies

NETCORE31

Build instructions

cd <project-folder>
dotnet build

Syntax

serial-monitor <serial-port-identifier> <baudrate>

The serial port identifier will depend on the platform and the designation assigned by USB. On Windows it might look like this:

serial-monitor COM6 9600

The program does not exit but will respond to Ctrl+C or a kill signal.

serial-monitor's People

Contributors

peterwone avatar

Watchers

 avatar

serial-monitor's Issues

Prerequisites: List them here for future documentation

It looks like I need to install a previous DOTNET SDK?

C:\Program Files\dotnet\sdk\2.1.202\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.TargetFrameworkInference.targets(135,5): error : The current .NET SDK does not support targeting .NET Core 3.1.  Either target .NET Core 2.0 or lower, or use a version of the .NET SDK that supports .NET Core 3.1. [C:\Users\Sixty\OneDrive\Documents\GitHub\serial-monitor\serial-monitor.csproj]
The terminal process "C:\Program Files\dotnet\dotnet.exe 'publish', 'C:\Users\Sixty\OneDrive\Documents\GitHub\serial-monitor/serial-monitor.csproj', '/property:GenerateFullPaths=true', '/consoleloggerparameters:NoSummary'" terminated with exit code: 1.

Terminal will be reused by tasks, press any key to close it.

Write a readme

Document the following

  • Dependencies (dotnetcore 3.1+)
  • Parameters
  • Build instructions

Java Requirement: Which source version

I'm getting the following error:

Java 8 or more recent is required to run. Please download and install a recent Java runtime.

I have Java 8 Update 271 currently installed. I'll deal with this once I get the DOTNET version resolved...

Deployment strategy

There are a couple of ways you can package a dotnetcore program for deployment.

  • You can generate a platform independent application. This requires the platform specific runtime for the right version of netcore.
  • You can build a self contained platform specific executable that doesn't need a separate runtime but is platform specific.

I favour self-contained. The Arduino extension (or anything else that wants a serial monitor) must sense the platform (not difficult) and download the right one from the artefacts of this repo. This implies a CICD that produces Mac, Linux and Win10 builds on a predictable URL.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.