firmata / ConfigurableFirmata

A plugin-based version of Firmata
GNU Lesser General Public License v2.1
154 stars 72 forks source link

Address a second I2C port #171

Open charlesbones opened 1 week ago

charlesbones commented 1 week ago

Hi, I was wondering if it is possible to address a second I2C port ?

pgrawehr commented 1 week ago

No, unfortunately the protocol doesn't allow specifying a port for i2c communication. The only thing you can do is to patch the firmware to use another port as default. But then you can't access the first one.

charlesbones commented 1 week ago

Thank you for your reply