New to PIC


Closed Thread
Results 1 to 21 of 21

Thread: New to PIC

Hybrid View

  1. #1
    Join Date
    Jul 2009
    Location
    Ohio, USA
    Posts
    57

    Default New to PIC

    Hello, I have been using the Basic Stamp for a few projects and have just recently purchased the PicBasic Pro Compiler. I was wondering if I would also need the MicroCode studio Plus or does that come with the software above.

    I am awaiting delivery soon and can't wait to start programming PICs.

    Mike2545

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    The free version of MCS that comes with PBP is good enough. The CD will also have MPLAB that you may also like.
    Every thing you need to write and compile code comes on the CD.

    Welcome to the world of PICs.
    Dave
    Always wear safety glasses while programming.

  3. #3
    Join Date
    Jul 2009
    Location
    Ohio, USA
    Posts
    57


    Did you find this post helpful? Yes | No

    Default

    Thanks for the info. Do you know if I will be able to use a 'JuneBug' for a programmer?

  4. #4
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Not sure. But if it can take a HEX file and send it to the PIC then it should. Does it come with software?
    Dave
    Always wear safety glasses while programming.

  5. #5
    Join Date
    Jul 2009
    Location
    Ohio, USA
    Posts
    57


    Did you find this post helpful? Yes | No

    Default

    No software, but I can use MPLAB/swordfish to program it so...it should work.
    I will know when I get the package.

  6. #6
    Join Date
    Jul 2009
    Location
    Ohio, USA
    Posts
    57


    Did you find this post helpful? Yes | No

    Default

    Ok so I got the PICBasic pro compiler today and am having trouble with PORTA on the PIC18F1320.

    I have 6 charlieplexed leds on Porta.0, Porta.6 and Porta.7 as seen here http://www.blueroomelectronics.com/d...structions.pdf

    I cannot get a led to light on PORT6 or 7

    Here is my code
    ADCON1 = 127
    input porta.7

    led var porta.0
    sink var porta.6
    low sink
    loop:
    pause 5
    toggle led
    pause 5
    toggle sink
    goto loop
    end

Similar Threads

  1. SMS via pic
    By kenandere in forum GSM
    Replies: 15
    Last Post: - 10th March 2010, 10:00
  2. Replies: 67
    Last Post: - 8th December 2009, 02:27
  3. HSERIN & Interupts (aka controlling PIC programs from a remote PC)
    By HankMcSpank in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 17th June 2009, 14:46
  4. pic to pic ir link versus wired link : help please anyone
    By xnihilo in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 30th May 2008, 21:01
  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