Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Device::Arduino::LCD 1.02

    Download button

    No screenshots available
    Downloads: 830  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.2/5)
    19 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Kevin Montuori | More programs
    Perl Artistic License / FREE
    May 15th, 2008, 13:48 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Device::Arduino::LCD description

    Device::Arduino::LCD is a Perl Interface to the PerLCD Arduino Sketch.

    Device::Arduino::LCD is a Perl Interface to the PerLCD Arduino Sketch.

    SYNOPSIS

    use strict;
    use Device::Arduino::LCD;

    my $lcd = Device::Arduino::LCD->new;
    $lcd->clear;
    $lcd->first_line("Hello World");

    See examples/demo.pl for a more comprehensive example.

    The Arduino is an open-source physical computing platform. Among the many things one might want to do with such a device is connect an LCD to it and print stuff (at least that's what I wanted to do with it).

    There are a couple of excellent low-level libraries that can be linked into an Arduino sketch to provide this functionality. I've chosen the LCD4Bit library to link against. The PerLCD sketch provides a few higher level functions as well as a serial listener.

    This Perl library provides a very high level interface for formatting and sending messages to the sketch's listener. Once the device is wired up to an LCD (a fairly trivial task), the USB serial drivers installed, and the sketch compiled and uploaded, getting text on the screen should be no more difficult than the example above: Zero knowledge of LCDs required.

    The sketch provided can obviously be used with a client library written in any language, the choice of Perl was (almost) arbitrary.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    PerLCD interface | Arduino Sketch | Perl module | PerLCD | Arduino | Sketch

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM