Flamingo Eda Serial Lcd

Posted : adminOn 4/22/2018
Flamingo Eda Serial Lcd

Just got my first personal basic stamp2 the other day and decided to get a lcd display for my projects. The best price I found was for one just like this: I know its is for a arduino and not a basic stamp, but it should work right? I have tried everything I can think to try and have not gotten a thing to display on it. And yes, I have used a LCD and a basic stamp before, but just cant get this one working. Does anyone have any insight as to why this one doesn't work?

I contacted the seller and they aren't replying yet. Thanks, James. I have the red wire from the display to +5v and the black to ground. I have tried both the yellow and the white wires to pin 1.

I have tried several code segments I've found while googleing on it, but something like this I think should work. I've also tried several baud rates, but I know its 9600 from the listing, just not sure what parity (tried all choices). Serout 1,84, [tried everything from 0-100 trying to start and clear and stuff] pause 10 serout 1,84, ['Test',cr] Note, I don't have pbasic on this computer so thats from memory but I've tried a dozen different things all with exactly the same result, nothing. I'm new on this forum but have been working with stamps for a while.

This library provides a simple API for the LCD display provided by FlamingoEda. Professione Assassino Ita Hd Supply. The display uses serial communication at 9600 baud/sec and responds to commands i written in the format: '$COMMAND arguments r n'. Available commands are: $CLEAR clear the screen; $GO x y move the cursor to.

Since you are new to working with the Basic Stamps, try a known to work project and then experiment. The LCD appears to be a standard 16x2 Parallel type LCD. If the Arduino serial adapter can be unplugged, try running the LCD in 4-bit parallel mode. Parallax has code on their website that will get you going and then you can start experimenting from there.

At least you can confirm that the LCD works. It's always good to start with a well documented project. Parallax also does have code for their serial LCDs as well but I don't know if they are compatible with the Arduino adapter. Also, here is a link to an eBay seller's listing for a good 16x2 LCD for $4 bucks and a buck fifty for shipping. He has a link to code that I know works (I sent him the code along with a drawing for the connections) for a 16x2 LCD running in 4-bit parallel mode. He's a good seller and ships quickly.

Hope this helps, Doug.