#ofxMH871
This openFrameworks addon drives the MH871-MKII Pen Plotter and Vinyl Cutter. The MH871-MKII supports the HPGL (Hewlett-Packard Graphics Language) and uses a limited subset of the HPGL standard:
- Initialize - IN;
- Pen Up command - PU
- Pen Down command - PD
- Pen Absolute to an X,Y point - PAX,Y
bash$ ls /dev/tty.*
plotter.setup(string serialPort)
Please look in /manuals for the MH871 manual and how to setup the Mk2 on OSX.