Just received my new PIC-LCD3310


Closed Thread
Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Aug 2010
    Location
    Maryland, USA
    Posts
    869


    Did you find this post helpful? Yes | No

    Default Re: Just received my new PIC-LCD3310

    Walter thank you so much. The BL is working and the printstr is working. As a side not, when it wasn't working, I could just hit the joystick down and it would connect. Now that it works, I DO have to actually unplug the USB and do it as you said too.

    Also it seems to be running at 20 Mhz. my blinks are ~twice as long as they should be with OSC 48. When I change it to OSC 20, the pause commands seem to be 1 sec as expected.

    But again, THANKS a million. I can go to bed now happy knowing this works so far

    EDIT: Maybe nothing is wrong with the include, maybe I just needed to also add
    Code:
    DEFINE RESET_ORG 1000h
    I will try this tomorrow
    Last edited by cncmachineguy; - 7th April 2011 at 05:06. Reason: added EDIT
    -Bert

    The glass is not half full or half empty, Its twice as big as needed for the job!

    http://foamcasualty.com/ - Warbird R/C scratch building with foam!

  2. #2
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530


    Did you find this post helpful? Yes | No

    Default Re: Just received my new PIC-LCD3310

    Quote Originally Posted by cncmachineguy View Post
    Also it seems to be running at 20 Mhz. my blinks are ~twice as long as they should be with OSC 48. When I change it to OSC 20, the pause commands seem to be 1 sec as expected.
    Hey Bert, add this line to the top of your code. It works whether or not you are using the bootloader.
    Code:
    OSCTUNE.6 = 1    'SET PLL TO ON
    EDIT: Maybe nothing is wrong with the include, maybe I just needed to also add
    Code:
    DEFINE RESET_ORG 1000h
    There is an issue with that LCD_3310v32.incfile, just not sure what yet....So for now, just use the LCD_3310.

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