The Wayback Machine - https://web.archive.org/web/20220705060904/https://github.com/topics/serial
Skip to content
#

serial

Here are 1,259 public repositories matching this topic...

tabby
Totalus
Totalus commented Jun 22, 2022

Is your feature request related to a problem? Please describe.

I sometimes run a command that I am unable to stop, even with Ctrl+C multiple times, it just keeps running. The only way I can stop it is to close the tab.

Describe the solution you'd like

I would like to be able to force kill the process running in a tab without having to close my tab and open a new one.

**Desc

averelon
averelon commented Aug 7, 2020

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

node-serialport
maxwellhadley
maxwellhadley commented Jul 5, 2018
  • SerialPort Version: 6.2.0

  • NodeJS Version: N/A

  • Operating System and Hardware Platform: N/A

  • Have you checked the right version of the api docs?: N/A

  • Are you having trouble installing and you checked the Installation Special Cases docs? N/A

  • Are you using Electron and have you checked the Electron Docs?: N/A

I have a device which is only intermit

Improve this page

Add a description, image, and links to the serial topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the serial topic, visit your repo's landing page and select "manage topics."

Learn more