Please help with EDE702 - Serial to LCD interface


Results 1 to 14 of 14

Threaded View

  1. #4
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Code:
    '*****************************************************************
    ' Using PortB.2 to serially transfer data to EDE702
    ' PortB.2 going to EDE702's RCV port (pin 17)
    ' LCD connected to EDE702
    ' Internal OSC used for 16F628A
    ' 4 MHZ cristal used for EDE702
    '*****************************************************************
    @ DEVICE PIC16F628A, INTRC_OSC_NOCLKOUT, WDT_OFF, LVP_OFF, PWRT_OFF, PROTECT_OFF, BOD_OFF
    Use an external crystal and see what happens.
    And if you don't have one, since you DO have an o-scope, might want to change the program, make it change the portb.2 line at a known rate, check it with the o-scope and see how far off (if any) your internal oscillator is.
    Also, check Appendix A of your PBP manual. 9600 baud at 4mhz is a bit iffy. Try 2400 baud, try a higher clock, try using the hardware UART, try anything.
    Last edited by skimask; - 28th October 2008 at 15:31.

Similar Threads

  1. LCD serial backpacks
    By Archangel in forum Serial
    Replies: 67
    Last Post: - 30th December 2010, 04:51
  2. Replies: 33
    Last Post: - 19th March 2010, 03:02
  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 : 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