Ich möchte Daten über I2C2 (P9_19 = I2C2 Clock, P9_20= I2C2 Data) ausgeben 
und einlesen.Die IO Python Library für Debian habe Ich
installiert.
Im interaktiven Modus (Python Shell) gebe ich folgendes ein:
>>>from Adafruit_I2C import Adafruit_I2C
>>>i2c = Adafruit_I2C(0x77)
>>>address = 0x21
>>>i2c.write8(0x12, 0x22)
nun erscheint:
      Error accessing 0x77:Check your I2C address
      -1

Da ich keinen externen Baustein angeschlossen habe und daher kein ACK 
Signal zurückkommt, scheint das in Ordnung zu sein.
Ich kann aber auf P9_19  und auf P9_20 mit meiner HP-Logic Probe keinen 
Datenfluß feststellen (Logic 1 Pegel bleibt) !! 
Was mache ich falsch?
 

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to