1 个仓库
Bridges JavaScript code with microcontroller firmware to control devices like Arduinos and drones.
Distinct from JavaScript-to-Native Bridges: Distinct from JavaScript-to-Native Bridges: targets microcontroller firmware control, not native UI or widget toolkit bridging.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Firmware Control Bridges. Refine with filters or upvote what's useful.
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
Bridges JavaScript with microcontroller firmware for controlling devices like Arduinos and drones.