1
Messages
This section allows you to view all Messages made by this member. Note that you can only see Messages made in areas you currently have access to.
Messages - lartmander
2
Bus Pirate Support / BP I2C Drive Strength?
3
Bus Pirate Development / BP v3 I2C 16-bit register writes?
Does this look correct? (from a terminal session) There doesn't look like there's any distinction when I write a 0x000A or a 0x010A.
I2C>[0x34 0x000A 0x47 0x81]
I2C START BIT
WRITE: 0x34 NACK
WRITE: 0x0A NACK
WRITE: 0x47 NACK
WRITE: 0x81 NACK
I2C STOP BIT
I2C>[0x34 0x010a 0x47 0x81]
I2C START BIT
WRITE: 0x34 NACK
WRITE: 0x0A NACK
WRITE: 0x47 NACK
WRITE: 0x81 NACK
I2C STOP BIT