Back to the beginning


Closed Thread
Results 1 to 40 of 49

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,605


    Did you find this post helpful? Yes | No

    Default Re: Back to the beginning

    Geez, we've been thru this a couple of times already.....
    You open/load the .hex file into the programer software (mikroProgSuite). That software then connectes to the hardware device programmer which is on the EasyPIC7 board and you use it to "download" the .hex file into the PIC.
    I'm sure there's a manual or help file available for the that software if you need it.

    If you haven't had the 12F509 running on the EasyPIC7 board make sure to read the manual (for the board) on how to set the board up for that device.

    /Henrik.

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


    Did you find this post helpful? Yes | No

    Default Re: Back to the beginning

    PBP3 does not recognise the EasyPIC board
    Of course it does not, PBP is a compiler.
    PBP takes text written in BASIC syntax and turns that text into text written in ASM syntax. Then MPASM is used to make a HEX file from the ASM text. It is up to YOU to pick the programmer (device) to transfer the HEX file to the chip.

    http://www.picbasic.co.uk/forum/cont...tudio-PICKIT-2
    Dave
    Always wear safety glasses while programming.

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


    Did you find this post helpful? Yes | No

    Default Re: Back to the beginning

    Hi, Dave

    Have a look to post #1 ... it's not a Pickit but an EasyPic board ...

    you still don't wear your programming glasses ??? .... ohhhhhhh ... what a bad guy !

    Regards
    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 " !!!
    *****************************************

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


    Did you find this post helpful? Yes | No

    Default Re: Back to the beginning

    Yes, I know the OP is not using a PicKit. I was hoping the OP might get a general understanding of how programming works by reading through Steve's tutorial. With any luck, once he understands how code is created and moved to a processor he will be able to figure out how to use the tools he has.

    But I am thinking of getting a pair of tri-focals... ;-)
    Last edited by mackrackit; - 7th April 2013 at 12:36.
    Dave
    Always wear safety glasses while programming.

  5. #5


    Did you find this post helpful? Yes | No

    Default Re: Back to the beginning

    The manual for the board is pretty basic. As far I can ascertain the board is correctly set.

Similar Threads

  1. Beginning USB How to/Whats needed to use it.
    By wdmagic in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 11th April 2013, 21:11
  2. Missing chars at beginning of LCD display
    By jimbostlawrence in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 20th November 2009, 00:13
  3. 12F629 beginning
    By Davidpower in forum mel PIC BASIC Pro
    Replies: 11
    Last Post: - 1st October 2007, 22:37
  4. Program returns to beginning at interupt
    By BGreen in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 25th April 2005, 11:20

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