Traceback (most recent call last)
File "eggbot.py", line 1373, in <module>
e.affect()
File "/Applications/Inkscape.app/Contents/Resources/share/inkscape/extensions/inkex.py", line 268, in affect
self.effect()
File "eggbot.py", line 271, in effect
self.EggbotOpenSerial()
File "eggbot.py", line 1280, in EggbotOpenSerial
self.serialPort = self.getSerialPort()
File "eggbot.py", line 1327, in getSerialPort
serialPort = self.testSerialPort( strComPort )
File "eggbot.py", line 1307, in testSerialPort
serialPort = serial.Serial( strComPort, timeout=1.0 ) # 1 second timeout!
File "/Applications/Inkscape.app/Contents/Resources/share/inkscape/extensions/serial/serialutil.py", line 282, in __init__
self.open()
File "/Applications/Inkscape.app/Contents/Resources/share/inkscape/extensions/serial/serialposix.py", line 289, in open
self.fd = os.open(self.portstr, os.O_RDWR|os.O_NOCTTY|os.O_NONBLOCK)
OSError: [Errno 2] No such file or directory: '/dev/cu.usbmodemfa14'
I've had my egg-bot for quite a while, has the red EiBot board from i think SparkFun. looking at the system Information, the EiBot reports:
EiBotBoard:
Product ID: 0xfd92
Vendor ID: 0x04d8 (Microchip Technology Inc.)
Version: 1.82
Speed: Up to 12 Mb/sec
Manufacturer: SchmalzHaus
Location ID: 0xfa130000 / 4
Current Available (mA): 1000
Current Required (mA): 100
Extra Operating Current (mA): 0
I've tried uninstalling Inkscape and reinstalling with no luck.
Any help would be appreciated.
Comments