Serial Terminal by recknagelc

Cloned from Sketch PCF8574A I2C LCD Test (2x16) by recknagelc

This sketch is missing a short description
Receives text from USB via USB/Serial interface and displays text on 16x2 LCD (PCF8574A I2C Output to LCD) Arduino analog input 5 - I2C SCL Arduino analog input 4 - I2C SDA This code uses the NEW LiquidCrystal library, which can be found here: https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home Displays strings received via serial IO (9.6k) I use this to show CPU temperature and fan speed of a Linux server in combination with a short Python script

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:53398" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>