Help with PIC project


Closed Thread
Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,648


    Did you find this post helpful? Yes | No

    Lightbulb

    Hi,

    Here you are to speak PicBasic Pro ... asm ONLY if incuded into a PbP file ...

    Now,

    Think to include the right .inc file ( line 2 ) ... LOL !

    BUT, mostly ... think to disable the ADC Module and allow pins as DIGITAL !!!

    and check if SSP doesn't catch some Port pins ... ( you talk about a link to a PC ... so is it to disable ??? )

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

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


    Did you find this post helpful? Yes | No

    Default

    MOVLW B'00000000'
    MOVWF OSCCON ;oscillator 31.25kHz

    That's pretty slow

    Now if you want to communicate with your PC, and make things easier, choose a PIC with a built-in USART. The MSSP module is not going to help you for that.

    I know i saw that somewhere else yesterday... not sure where.. but i saw that yesterday...
    <hr>
    EDIT ahhhhhh...
    http://www.picbasic.co.uk/forum/showthread.php?t=8565
    Last edited by mister_e; - 17th April 2008 at 17:25.
    Steve

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

  3. #3
    Join Date
    Apr 2008
    Posts
    5


    Did you find this post helpful? Yes | No

    Default

    Yea steve your correct that was me yesterday also.

    Sorry I know this is PICBASIC only but found a lot of good stuff on these forums, just say I forgot about the PC interaction side of things, does my code look ok?

    I have include 16F818 on my main code don't know why I left it out.

    Thanks again.

Similar Threads

  1. Midi, Interrupts and Pic better than SX28?
    By Lajko in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 27th September 2008, 00:26
  2. [Final Project Hurdle] Help with PIC programming.
    By mekohler in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 25th September 2007, 06:39
  3. Help on coding/ selecting PIC chip for project
    By lovemeok in forum General
    Replies: 0
    Last Post: - 27th July 2006, 19:21
  4. pic project help
    By dizzy1 in forum General
    Replies: 2
    Last Post: - 5th February 2006, 18:30
  5. Serial Pic to Pic using HSER
    By Chadhammer in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 11th March 2005, 23:14

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