Since I goofed the original install, I removed Inkscape and Inkcut
sudo rm -r inkscape
I am starting from scratch:
1. New installation of Inkscape - I went to the newest version 0.92.1
2. My Vinyl cutter is a UScutter - model SC 801 - a 34" wide cutter
3. I am using Linux Mint 17.1, on an i7 processor
I am not sure - but I think the first step is to ensure that my UScutter is recognized. I did the following below:
~ $ dmesg | grep tty
[ 0.000000] console [tty0] enabled
[ 0.912127] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 8.291735] usb 3-4: FTDI USB Serial Device converter now attached to ttyUSB0
I think this means the device is attached.
I go into Inkscape - draw a simple square with no fill
go to Path > Object to Path
Extensions > Export > Plot... a new menu pops up with 3 tabs, Connection Settings, Plotter Settings, and Plot Features
Connection settings - Serial Port : COM1 - I am not sure how to reconcile USB0 to COM1
Serial Baud: 9600
Plotter settings - I left these as default, mostly pen force, speed, etc until I can get activity
I say - "Apply" and get an error window
Traceback (most recent call last):
File "plotter.py", line 268, in <module>
e.affect()
File "/usr/share/inkscape/extensions/inkex.py", line 283, in affect
self.effect()
File "plotter.py", line 98, in effect
self.sendHpglToSerial()
File "plotter.py", line 199, in sendHpglToSerial
if 'ould not open port' in inst.strerror:
TypeError: argument of type 'NoneType' is not iterable
I am think this has to do with configuration of serial ports but I do not understand it and must research in more detail. If someone understands this and can point me, I would greatly appreciate it.