jamesbowman / i2cdriver

I2CDriver open source tools
https://i2cdriver.com/
BSD 3-Clause "New" or "Revised" License
184 stars 57 forks source link

GUI should recognise I2CMini, disable current/voltage readouts #24

Open jamesbowman opened 4 years ago

jamesbowman commented 4 years ago

When device is I2CMini, which has no current or voltage sensing, those readouts should be disabled.

williamkapke commented 4 years ago

🤔 How will the I2CMini be identified?

I'm guessing the 'identifier' of the status response (? command) will say 'I2CMini'?

Since this is a fixed length string- I'm also guessing it'll be padded at the end with some whitespace.

jamesbowman commented 4 years ago

Yes, for I2CDriver the status response field identifier field is i2cdriver1:

image

but for I2CMini has i2cdriverm.