Skip to content

Instantly share code, notes, and snippets.

View kaefer3000's full-sized avatar

Tobias Käfer kaefer3000

  • Karlsruhe Institute of Technology (KIT)
  • Karlsruhe, Germany
View GitHub Profile
@dbuentello
dbuentello / t2_log_boot.js
Created September 1, 2016 13:09
Log tessel2 boot in a sane way.
// Because "hit enter as fast as you can"
/*
1. Requires serialport module (npm install serialport)
2. Run with node (node t2_log_boot.js)
3. Plug in tessel2.
*/
/* Figure out what port your tessel2 is plugged into and update the SERIAL_PORT variable. */
const SERIAL_PORT = '/dev/cu.usbmodem1412';