Alternative workaround:
Go to your Inkscape-Installationfolder and navigate to subfolder .\App\Inkscape\share\extensions open File "eggbot.py" in texteditor and search for: "self.svgSerialPort" around row 1348
Replace "self.svgSerialPort" in "line serialPort = self.testSerialPort( self.svgSerialPort )" with your COM-port-number.
COM1 is 0
COM2 is 1
COM3 is 2 etc....
example:
So if your arduino / eggduino is located at COM3 it should look like:
"line serialPort = self.testSerialPort(2)"
Alternative workaround: Go to your Inkscape-Installationfolder and navigate to subfolder .\App\Inkscape\share\extensions open File "eggbot.py" in texteditor and search for: "self.svgSerialPort" around row 1348 Replace "self.svgSerialPort" in "line serialPort = self.testSerialPort( self.svgSerialPort )" with your COM-port-number. COM1 is 0 COM2 is 1 COM3 is 2 etc....
example: So if your arduino / eggduino is located at COM3 it should look like: "line serialPort = self.testSerialPort(2)"