using picbasic compiler..


Closed Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2008
    Posts
    15

    Default using picbasic compiler..

    i'm using pic16f877a...using microchips mplab with pic basic compiler...where i need to write the code...izzit using code studio plus...then compile it...and then use pickit2 to transfer the hex code to PIC???
    am i right??
    wat the use of mplab and proton ide...???

  2. #2
    Join Date
    Oct 2003
    Location
    holland
    Posts
    251


    Did you find this post helpful? Yes | No

    Default

    You need mplab to start your programmer. In Mplab the programming software is build in.
    You don't need proton ide.
    But if you have a working other programm to work with your programmer, the need of mplab is not there.
    This all when working with pbp as a compiler and code studio plus as your programm editor.

  3. #3
    Join Date
    May 2008
    Posts
    15


    Did you find this post helpful? Yes | No

    Default

    i still not really understand...ok let explain step by step.
    can i just used code studio plus to edit my program and compile it...so it will build the hex file...so dont need to use mplab. then just use pickit2 to transfer the hex file to microcontroller..izzit??

    thanks

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


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by shirleyz View Post
    i still not really understand...ok let explain step by step.
    can i just used code studio plus to edit my program and compile it...so it will build the hex file...so dont need to use mplab. then just use pickit2 to transfer the hex file to microcontroller..izzit??

    thanks
    Yes, That will work.
    If you have MPLAB installed you will have better luck using MPASM as the assembler.

    In Micro Code on the tool bar click "View" and then "Comple and Program Options".
    Under the "Assembler" tab, check the box "Use MPASM" and then click the button "Find Automatically".

    Now when you compile, Micro Code will use MPASM to build the hex file. Then use the PICKIT2 to transfer the hex.
    Dave
    Always wear safety glasses while programming.

  5. #5
    Join Date
    May 2008
    Posts
    15


    Did you find this post helpful? Yes | No

    Default

    thanks for the info...

Similar Threads

  1. Experimenting with the PicBasic Pro Compiler
    By polymer52 in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 17th May 2016, 19:17
  2. Replies: 7
    Last Post: - 17th May 2016, 19:03
  3. Picbasic Pro compiler 2.60 error
    By Luckyborg in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 22nd January 2010, 05:55
  4. Replies: 3
    Last Post: - 1st July 2008, 21:07
  5. Picbasic VS C Compiler
    By koossa in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 11th October 2005, 21:44

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