Help Eggbot servo calibration

Home Evil Mad Scientist Forums Egg-Bot Help Eggbot servo calibration

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20467
    Mig19
    Participant

    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 FilesInkscapeshareextensionsinkex.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 FilesInkscapeshareextensionsserialserialwin32.py”, line 30, in __init__
        SerialBase.__init__(self, *args, **kwargs)
      File “C:Program FilesInkscapeshareextensionsserialserialutil.py”, line 260, in __init__
        self.open()
      File “C:Program FilesInkscapeshareextensionsserialserialwin32.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.

    #22216
    Windell Oskay
    Keymaster

    This error is not actually related to the servo motor in any way. The actual problem is that there is a “bad” character in the file. It is a type of error that we have heard of before, but not been able to reproduce. If you can follow up on our earlier reply to you and send us a copy of the file, then hopefully we can solve this once and for all. If not, you might try using one of our example files while doing your calibrations.

    #22217
    Mig19
    Participant

    Can you tell me an email to send a copy of the extensions file of my computer.

    #22218
    Windell Oskay
    Keymaster

    Please reply to the e-mail that we sent you earlier. You can add it as an attachment to your e-mail.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.