after-ephemera / serialwriter

Reads from the serial port that your device is using, and writes that out to a file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serial Writer

Created by Jk Jensen 2016

Requirements

  • NodeJS
  • Node Package Manager (npm)

You must have NodeJS and NPM to use this package.

Make sure to install all dependencies for SerialWriter by running npm install or nom i in the terminal.

To use

Start your microcontroller, and remember the com port that it is connected to. On linux this will look like "dev/tty.usbmodem1421" and on windows it will look like "COM1”.

To use SerialWriter, type

npm run --port=“*PORT*"

PORT is the port number that the microcontroller is running on.

About

Reads from the serial port that your device is using, and writes that out to a file.


Languages

Language:JavaScript 100.0%