Skip to content

Instantly share code, notes, and snippets.

View codeadamca's full-sized avatar
💭
Learning Code, Teaching Code

Adam Thomas codeadamca

💭
Learning Code, Teaching Code
View GitHub Profile
@maximilian-lindsey
maximilian-lindsey / node_serialport_windows.md
Last active October 28, 2022 09:12
Node.js and Serialport on Windows 7 to connect your Ardunio or other cool devices

Node.js and serialport with Windows 7

This is a short example how to get the Node.js package serialport up and running with Windows 7 (this should also work for higher versions of Windows, but I didn't test that).

By using this package, you will be able to send and receive data to and from the serial port of your Arduino or any other device, using this port.

Installation

As of September 16, 2015, serialport does not compile using Node.js version: v4.0.0