Skip to content

Instantly share code, notes, and snippets.

@oqu
oqu / gist:354aecb973f6bf5c0efe
Last active February 23, 2016 13:55
Dobot - first try
/**
* Created by olipion on 2/8/16.
* My first shot at reverse engineering java application.
*/
var SerialPort = require("serialport").SerialPort;
var serialPort;
/**