Is the serial backpack from Sparkfun....
Buck Rogers
Posts: 2,187
Hello!
Is the Sparkfun Serial Enabled backpack for LCD displays compatible with the LCD functions for the BS2?
This is covered here:
http://www.sparkfun.com/commerce/product_info.php?products_id=258
I have both the backpack and the parallel LCD display so I don't need to track them down. I suspect the display is compatible with the BS2.
:mad:
Incidentally the beginning baud rate for the backpack is 9600 baud.:mad:
Is the Sparkfun Serial Enabled backpack for LCD displays compatible with the LCD functions for the BS2?
This is covered here:
http://www.sparkfun.com/commerce/product_info.php?products_id=258
I have both the backpack and the parallel LCD display so I don't need to track them down. I suspect the display is compatible with the BS2.
:mad:
Incidentally the beginning baud rate for the backpack is 9600 baud.:mad:
Comments
Those commands are for using a BS2p, BS2px, or BS2pe to control a parallel LCD (and they are not available on the other flavors of BS2)
The Sparkfun backpack is for using serial commands to control a parallel LCD, using a single I/O pin.
In short, they're two different solutions to the same problem, and there's no reason to use both at once. If you have the serial backpack, you don't need the LCD commands - you control the LCD through SEROUT commands, just as though you were writing to the screen (well, I suppose you'd use DEBUG instead, but it's the same thing).
If you have a 2p, 2pe or 2px, you can use cheaper parallel LCDs without the backpack, though you do need to use quite a few of your I/O pins to control it that way.
If you already have the backpack, you should be able to connect it to your parallel LCD, and easily control it using the BS2 and the SEROUT command (and possibly some SERINs as well).
Thank you!