serial
Here are 1,117 public repositories matching this topic...
Summary of Problem
Not able to open port with stopbits as 1.5
I am currently building a desktop client using electron, where the COM port receives data correctly for values: baudRate: 2400, dataBits: 7, stopBits: 1.5, parity: 'none'
I found from the node-serialport documentation, stopBits Must be one of these: 1 or 2. But, should 1.5 be supported as well? especially for old & slow
esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
-
Updated
Jul 18, 2021 - C
A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
-
Updated
Sep 7, 2021 - Rust
Multi-purpose serial data visualization & processing program
-
Updated
Sep 6, 2021 - C++
A web-based interface for CNC milling controller running Grbl, Marlin, Smoothieware, or TinyG.
-
Updated
Jul 15, 2021 - JavaScript
Usb serial controller for Android
-
Updated
Jun 15, 2021 - Java
I have created a dracula theme for this awesome terminal:
Is there a way to push it into the repo?
Android OBD diagnostics with any ELM327 adapter
-
Updated
Sep 6, 2021 - Java
tio - A simple TTY terminal I/O application
-
Updated
Aug 6, 2021 - C
Scriptable cross-platform data terminal which supports: serial port, UDP, TCP, SPI, I2C and CAN.
-
Updated
Aug 24, 2021 - C++
An educational operating system written in C#. A great stepping stone from high to low level development.
-
Updated
Oct 30, 2017 - C#
Serial I/O over bluetooth for NodeJS
-
Updated
Sep 1, 2021 - C++
Arduino library to control Mitsubishi Heat Pumps via connector cn105
-
Updated
Mar 11, 2021 - C++
基于C++的轻量级开源跨平台串口类库Lightweight cross-platform serial port library based on C++
-
Updated
Sep 3, 2021 - C++
-
Updated
May 8, 2021 - JavaScript
An Arduino Library that facilitates packet-based serial communication using COBS or SLIP encoding.
-
Updated
May 24, 2021 - C++
Improve this page
Add a description, image, and links to the serial topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the serial topic, visit your repo's landing page and select "manage topics."


The uncompensated temperature of the BMP180 is incorrectly converted to a 16-bit signed value, instead of a 32-bit signed value (long). Since the data is 16-bits wide and can therefore not be negative, the easy fix would be to do the following:
sip.js(1128): uncompensated = uint16(data[0], data[1]);
Please see page 15 of the manual of the BMP180 chip:
https://ae-bst.resource.bosch.com/media