Home→Forums→MonoBrick EV3 Firmware→I2C communication PCF8574AP→Reply To: I2C communication PCF8574AP
October 10, 2014 at 12:18
#4882

Tcm0
Participant
I’m not sure that “LcdConsole.WriteLine(BitConverter.ToString(pcf.ReadReg(2, 1)));” works.
Try it with “LcdConsole.WriteLine(Convert.ToString(pcf.ReadReg(2, 1)));
Follow