UART command processor, best approach?

This page summarizes the projects mentioned and recommended in the original post on /r/embedded

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • CLI-Minimal-Static

    Static and minimalistic Command Line Interface for small embedded devices.

    Shameless self promotion here. Others have already mentioned the CLI approach, and I would like to add to that my own twist to FreeRTOS Plus CLI (without heap usage): https://github.com/sandertrilectronics/CLI-Minimal-Static

  • step-class-1-code

    Code for Stepper Motors and Robot Kinematics YouTube course

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • stm32f3_discovery

    Code for working with the STM32F3 Discovery board

    I have written CLI code for UARTs on embedded systems for many years. I put some code up here: https://github.com/daguro/stm32f3_discovery.git

  • TinyCLI

    A Small C-language Command-Line Interpreter For Embedded Systems

    I wrote a command-line parser in C a few weeks ago just for something to do. You define the commands in a "docopt" style text file and run a Python parser, and it produces C code. Feel free to use it for ideas. It's here: https://github.com/jon7sky/TinyCLI

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts