anyone have any working code for the serLCD library ?

Hi

I just got a Serial enabled LCD from sparkfun.
I see in the playground that there is a library available for this
http://playground.arduino.cc/Code/SerLCD

The problem for me is that I can't find any working code using this library. I'm new to arduino and usual look for working code to help me get started.
Does nayone have any working code using this library ?

How about asking your best friend, Google, about this ?

Your best friend will send you to Sparkfun's site, where you can find a tutorial that shows you an example, a classic "hello world" sketch.

Hi Sir
Thanks for your reply but I think that that tutorial does not use the serLCD library.

http://forum.arduino.cc/index.php?topic=7852.0

There is no such thing as 'the serLCD library' since there is no standard for serial communications with the inherently parallel LCD controller.

Each serial implementation is typically different from the next and therefore requires it's own library. In order to get any kind of useful advice you will have to specify which serial adapter you are using and which library you are trying to use drive it.

Don