awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
voodootikigod avatar

voodootikigod/node-serialport

0
View on GitHub↗
5,987 Stars·1,011 Forks·TypeScript·MIT·8 Aufrufeserialport.io↗

Node Serialport

Dieses Projekt ist eine Node.js-Bibliothek für serielle Schnittstellen, die eine JavaScript-Schnittstelle zum Lesen und Schreiben von Daten auf Hardware-Serial-Ports bietet. Sie fungiert als Low-Level-Treiber und Hardware-Kommunikationsbibliothek, die darauf ausgelegt ist, Datenströme zwischen einem Computer und externen Hardwaregeräten auszutauschen.

Die Bibliothek unterstützt plattformübergreifende serielle Kommunikation auf Linux, macOS und Windows. Sie ermöglicht den Aufbau von Datenverbindungen zwischen High-Level-Anwendungen und eingebetteten Controllern, Mikrocontrollern oder anderen Hardwaregeräten.

Der Funktionsumfang deckt Hardware-Integration für Robotik-Steuerungssoftware, Internet-of-Things-Geräteverwaltung und allgemeine Schnittstellen für eingebettete Systeme ab.

Features

  • Node.js Serial Port Libraries - Provides a Node.js stream-based abstraction for reading and writing data over physical serial ports.
  • Serial Device Communication - Enables bidirectional data exchange with hardware devices via serial port streams.
  • Serial Port Interfaces - Provides capabilities for establishing and managing data connections over physical serial communication ports.
  • Hardware Device Interfaces - Implements a software interface to control and exchange data with various external hardware devices.
  • Serial Communication Interfaces - Functions as a low-level driver and interface for exchanging data streams with hardware via serial ports.
  • Hardware Communication Libraries - Serves as a low-level hardware communication library for interacting with physical devices.
  • Device Management - Provides the necessary connectivity to monitor and control connected IoT hardware devices.
  • Interfacing Toolkits - Facilitates data connections between high-level JavaScript applications and embedded microcontrollers.
  • Hardware & IoT - Serial port communication library.

Star-Verlauf

Star-Verlauf für voodootikigod/node-serialportStar-Verlauf für voodootikigod/node-serialport

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Node Serialport

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Node Serialport.
  • hybridgroup/gobotAvatar von hybridgroup

    hybridgroup/gobot

    9,425Auf GitHub ansehen↗

    Gobot is a robotics framework for the Go programming language designed for developing robotics, drones, and IoT applications. It provides a hardware abstraction layer with standardized drivers to interact with GPIO, I2C, SPI, and PWM interfaces across various single-board computers and microcontrollers. The framework functions as an IoT device orchestrator and BLE device manager, enabling the coordination of multiple sensors, actuators, and Bluetooth Low Energy peripherals. It includes specialized interfaces for drone control, allowing for the management of flight maneuvers and video streams

    Goarduinobeaglebonebeaglebone-black
    Auf GitHub ansehen↗9,425
  • rwaldron/johnny-fiveAvatar von rwaldron

    rwaldron/johnny-five

    13,401Auf GitHub ansehen↗

    Johnny-Five is a JavaScript robotics framework and microcontroller hardware interface designed for programming robots and IoT devices. It provides a standardized library for managing pins, motors, and displays across various microcontroller platforms, allowing developers to control sensors and actuators using a consistent JavaScript API. The framework is distinguished by its use of a plugin-based hardware abstraction system, which enables communication with diverse hardware platforms and protocols. It supports real-time hardware manipulation and debugging through a read-eval-print loop that a

    JavaScript1-wireadcarduino
    Auf GitHub ansehen↗13,401
  • muesli/beehiveAvatar von muesli

    muesli/beehive

    6,476Auf GitHub ansehen↗

    Beehive is a self-hosted integration platform and event automation engine. It functions as a plugin-based workflow orchestrator that links independent service plugins to automate data movement between external APIs and hardware. The system acts as an IoT hardware controller for managing network-enabled sockets, smart lighting, and serial port devices via TTY or COM. It also serves as an HTTP webhook gateway, receiving incoming requests to trigger internal workflows and external notifications. Capability areas include event-driven workflow automation with filter-based routing and template-bas

    Go
    Auf GitHub ansehen↗6,476
  • serialport/node-serialportAvatar von serialport

    serialport/node-serialport

    5,986Auf GitHub ansehen↗

    Node-Serialport is a Node.js library that provides cross-platform serial port access for JavaScript applications. It wraps native serial port operations into a stream-based abstraction, enabling consistent read and write behavior across Linux, macOS, and Windows without requiring platform-specific code. The library includes a mock serial port implementation that uses in-memory streams for testing code without physical hardware, and a parser stream pipeline that transforms raw binary data into structured messages using delimiters, line endings, or fixed byte lengths. It also provides command-l

    TypeScriptelectronhardwareiot
    Auf GitHub ansehen↗5,986
Alle 30 Alternativen zu Node Serialport anzeigen→

Häufig gestellte Fragen

Was macht voodootikigod/node-serialport?

Dieses Projekt ist eine Node.js-Bibliothek für serielle Schnittstellen, die eine JavaScript-Schnittstelle zum Lesen und Schreiben von Daten auf Hardware-Serial-Ports bietet. Sie fungiert als Low-Level-Treiber und Hardware-Kommunikationsbibliothek, die darauf ausgelegt ist, Datenströme zwischen einem Computer und externen Hardwaregeräten auszutauschen.

Was sind die Hauptfunktionen von voodootikigod/node-serialport?

Die Hauptfunktionen von voodootikigod/node-serialport sind: Node.js Serial Port Libraries, Serial Device Communication, Serial Port Interfaces, Hardware Device Interfaces, Serial Communication Interfaces, Hardware Communication Libraries, Device Management, Interfacing Toolkits.

Welche Open-Source-Alternativen gibt es zu voodootikigod/node-serialport?

Open-Source-Alternativen zu voodootikigod/node-serialport sind unter anderem: hybridgroup/gobot — Gobot is a robotics framework for the Go programming language designed for developing robotics, drones, and IoT… rwaldron/johnny-five — Johnny-Five is a JavaScript robotics framework and microcontroller hardware interface designed for programming robots… muesli/beehive — Beehive is a self-hosted integration platform and event automation engine. It functions as a plugin-based workflow… serialport/node-serialport — Node-Serialport is a Node.js library that provides cross-platform serial port access for JavaScript applications. It… pyserial/pyserial — pyserial is a cross-platform Python library for reading and writing binary data to serial ports and hardware devices.… eugeny/terminus — Terminus is a multifunctional terminal emulator and connection manager designed for managing remote server shells and…