corba22 / eggbotcode

Automatically exported from code.google.com/p/eggbotcode
0 stars 0 forks source link

code issue #76

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have no attachments so I am not sure what this means! Any help would be 
appreciated. Here is the code that it is throwing whenever I try to plot or do 
anything manually. Thanks!!
Traceback (most recent call last):

  File "eggbot.py", line 1403, in <module>

    e.affect()

  File "C:\Program Files (x86)\Inkscape\share\extensions\inkex.py", line 215, in affect

    self.effect()

  File "eggbot.py", line 318, in effect

    self.EggbotOpenSerial()

  File "eggbot.py", line 1296, in EggbotOpenSerial

    self.serialPort = self.getSerialPort()

  File "eggbot.py", line 1354, in getSerialPort

    serialPort = self.testSerialPort( strComPort )

  File "eggbot.py", line 1323, in testSerialPort

    serialPort = serial.Serial( strComPort, timeout=1 ) # 1 second timeout!

  File "C:\Program Files (x86)\Inkscape\share\extensions\serial\serialwin32.py", line 34, in __init__

    SerialBase.__init__(self, *args, **kwargs)

  File "C:\Program Files (x86)\Inkscape\share\extensions\serial\serialutil.py", line 260, in __init__

    self.open()

  File "C:\Program Files (x86)\Inkscape\share\extensions\serial\serialwin32.py", line 72, in open

    self._reconfigurePort()

  File "C:\Program Files (x86)\Inkscape\share\extensions\serial\serialwin32.py", line 181, in _reconfigurePort

    raise ValueError("Cannot configure port, some setting was wrong. Original message: %r" % ctypes.WinError())

ValueError: Cannot configure port, some setting was wrong. Original message: 
WindowsError(31, 'A device attached to the system is not functioning.')

Original issue reported on code.google.com by RackEmCa...@gmail.com on 11 Apr 2014 at 3:52

GoogleCodeExporter commented 8 years ago
Please try this version, and report back what you find: 
http://code.google.com/p/eggbotcode/downloads/detail?name=EB_Ext_2_2_2_r3.exe

Original comment by windell@oskay.net on 11 Apr 2014 at 4:17

GoogleCodeExporter commented 8 years ago
Marking closed for lack of confirmation/information.

Original comment by windell@oskay.net on 15 Dec 2014 at 4:46