Serial String to I2C lcd

Hou can I the serial string to ‘TX’ reroute to I2C lcd?

Please give more details of what you are tying to do, including posting your current sketch, using code tags when you do

1 Like

It’s adafruit i2c soil sensor, soil the result must go to I2C lcd.
On Arduino Uno.

What have you tried so far ?

1 Like

store it in an integer and use the function display.print(); with in the brackets the variable. You can add some text with the same function if you want. Just put it between "".

1 Like

instead of printing to serial, print the value to the LCD

1 Like

It’s fixed, I must open my view.
Thanks

I don't know what you mean by that, but I am glad that you got it working

Het is nu ok,
ik moest met een nieuwe blik kijken.
Dank je.

That makes more sense !

No problem, everybody can get stuck because they don't see the solution anymore.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.