Skip to content

EchelonForce/serialLCD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

serialLCD

Writes IP addresses to Sparkfun Serial LCD on a Raspberry Pi

Install rpi-serial-console and use it to disable the default serial console. https://github.com/lurch/rpi-serial-console

sudo rpi-serial-console disable

Install python-serial sudo apt-get install python-serial

Setup a cron job for the script sudo crontab -e add a line: @reboot python /home/pi/serialLCD/serialLCD.py &

Reboot.

The IP address code is from this SO post: http://stackoverflow.com/a/9267833

About

Writes IP addresses to Sparkfun Serial LCD on a Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages