Jump to content

[Python] io.set_configuration error


Recommended Posts

Hi

 

Ich versuche gerade IO-Pin 0+1 als eingang und Pin 2+3 als Ausgang zu definieren

io.set_configuration(3,'i',True)
io.set_configuration(12,'o',False)

 

bekomme dabei jedoch folgende Fehlermeldung:

Traceback (most recent call last):

  File "C:\Users\TimD\Dropbox\Fräse\Hauptprogram11.py", line 389, in <module>

    io.set_configuration(3,'i',True)

  File "C:\Users\TimD\Dropbox\Fräse\ip_connection.py", line 67, in func

    return f(self, *args, **kwargs)

  File "C:\Users\TimD\Dropbox\Fräse\bricklet_io4.py", line 49, in set_configuration

    self.ipcon.write(self, IO4.TYPE_SET_CONFIGURATION, (pin_mask, direction, value), 'B c ?', '')

  File "C:\Users\TimD\Dropbox\Fräse\ip_connection.py", line 244, in write

    write_data += struct.pack('<' + f, d)

struct.error: char format requires a bytes object of length 1

 

könnte mir jemand sagen, wo da der Fehler liegt?

 

Danke

Link zu diesem Kommentar
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Gast
Reply to this topic...

×   Du hast formatierten Text eingefügt.   Formatierung jetzt entfernen

  Only 75 emoji are allowed.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Clear editor

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.

×
×
  • Neu erstellen...