It looks like you're new here. If you want to get involved, click one of these buttons!
Sorry for my poor English. When i connect the Inkscape to EBB board, and open the extensions to start servo calibration, i receive the following message, and the servo d´not move.
Traceback (most recent call last):
File "eggbot.py", line 1406, in <module>
e.affect()
File "C:\Program Files\Inkscape\share\extensions\inkex.py", line 268, in affect
self.effect()
File "eggbot.py", line 281, in effect
self.EggbotOpenSerial()
File "eggbot.py", line 1299, in EggbotOpenSerial
self.serialPort = self.getSerialPort()
File "eggbot.py", line 1357, in getSerialPort
serialPort = self.testSerialPort( strComPort )
File "eggbot.py", line 1326, in testSerialPort
serialPort = serial.Serial( strComPort, timeout=1 ) # 1 second timeout!
File "C:\Program Files\Inkscape\share\extensions\serial\serialwin32.py", line 30, in __init__
SerialBase.__init__(self, *args, **kwargs)
File "C:\Program Files\Inkscape\share\extensions\serial\serialutil.py", line 260, in __init__
self.open()
File "C:\Program Files\Inkscape\share\extensions\serial\serialwin32.py", line 56, in open
raise SerialException("could not open port %s: %s" % (self.portstr, ctypes.WinError()))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 21: ordinal not in range(128)
Thanks in advance.
Comments