epic programmer to lcd


Closed Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2008
    Posts
    29

    Default epic programmer to lcd

    i have the EPIC programmer and a Parallax LCD. i'll want to program a mcu to display some text onto the lcd. question, the lcd has a 3-pin header and the EPIC has a 10-pin header. is there such a thing as a 3-to-10 pin header cable to connect the two? or do i get the lcd connected to a breadboard?

    new to the mcu world so hang with me here...

  2. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    The 10 pin header you have on the EPIC is used to program PIC microcontroller in circuit. refer to the following link
    http://melabs.com/support/icsp.htm

    If your LCD have a 3 pin header, it's high likely a serial type. So you may need to use HSEROUT/DEBUG/SEROUT or SEROUT2 to display some text on your LCD.

    Your LCD datasheet should show the pinout of your LCD. I would bet on the following model
    http://www.parallax.com/Portals/0/Do...alLCD-v2.0.pdf

    Your EPIC will be connected to your PIC microcontroller to program it, your PIC will be connected to your LCD all the time.

    HTH
    Last edited by mister_e; - 3rd November 2008 at 09:43.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  3. #3
    Join Date
    Oct 2008
    Posts
    29


    Did you find this post helpful? Yes | No

    Default

    thanks Steve

    I have those docs dl'd and going over them.

    let me make sure i understand this. with the PIC16f88 in the EPIC, then i can connect the LCD to the Vdd & Vss pins on the PIC via test leads and send char's to it via the PIC?

    TIA

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. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 16:56
  3. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07
  4. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30
  5. Need the programmer EPIC software
    By Pedro Santos in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 22nd April 2007, 11:42

Members who have read this thread : 0

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