LCD serial backpacks


Results 1 to 40 of 68

Threaded View

  1. #28
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818

    Default

    Quote Originally Posted by flipper_md View Post
    Nice to find some code already made for serial LCD, I just burned the backpack on my cool Serial LCD

    no prob, I had 4 LCDs waiting for me to drive them with a16F628

    I just tried the code with INstant interupt, which took me an hour to setup the whole thing to compile(not bad actually), but now I see only stranges characters appearing on the LCD.

    like I send "b" char, and the dipslay will do '

    do I need to create a map of matching characters, or is there a tweak to get the correct display?

    in attached picture, I've sent AAAAAAAAAAAAaaaaaaaaaa using the serial communicator from Mecanique,
    it displayed ___________________000000000000000 on the LCD?


    it's driven by a 16F628a, running at 20mhz
    Display is 4x20 from Orient Display, saying it's requiring a S6A0069 and is compatible with HD44780 4/8bit.
    http://character-lcd-lcds.shopeio.co...haracter%20Lcd

    I've blanked all define to run from default except for
    DEFINE LCD_LINES 4
    because I ain't know how to tweaks all the parameters.
    Started to play with other defines but not luck yet.

    maybe the answer is in there?
    You have to send the data true, if you send it inverted for some reason then invert it again with a transistor to get true. If you change the defines for the LCD this code will work with the PC boards sold by wulfden too.
    here is a snippet to give you an idea of how to format your code
    serout PortB.4,T9600,[254,128,"9600 baud line 1 T~"] '128 so as not to add space
    serout PortB.4,T9600,[254,192,"9600 baud line 2~"]
    pause 100
    Last edited by Archangel; - 13th October 2008 at 09:17.
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

Similar Threads

  1. 16f688 LCD what have I done wrong
    By spitfiredriver in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 8th August 2009, 19:54
  2. Please help with EDE702 - Serial to LCD interface
    By Tomexx in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 30th October 2008, 02:48
  3. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 16:56
  4. Serial LCD
    By Tobias in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 15th November 2007, 08:31
  5. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07

Members who have read this thread : 2

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts