ECIO with a PIC18F2525


Closed Thread
Results 1 to 6 of 6

Hybrid View

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


    Did you find this post helpful? Yes | No

    Default Re: ECIO with a PIC18F2525

    I never trusted the programmer menu. The sure way is to set the configs in code space.
    If you use PBP3 the documentation is included with the program. If using PBP2.6 or lower then take a look at this http://www.picbasic.co.uk/forum/showthread.php?t=543

    The other nice about setting the configs in code space is the code is complete, you do not have to remember what the settings were as they are always there.
    Dave
    Always wear safety glasses while programming.

  2. #2
    Join Date
    May 2011
    Posts
    42


    Did you find this post helpful? Yes | No

    Default Re: ECIO with a PIC18F2525

    Quote Originally Posted by mackrackit View Post
    I never trusted the programmer menu. The sure way is to set the configs in code space.
    If you use PBP3 the documentation is included with the program. If using PBP2.6 or lower then take a look at this http://www.picbasic.co.uk/forum/showthread.php?t=543

    The other nice about setting the configs in code space is the code is complete, you do not have to remember what the settings were as they are always there.

    I guess I will join the crowd that doesn't trust the programmer menu. I wonder how many other projects I have scrapped in frustration over the same or similar issue?

  3. #3
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default Re: ECIO with a PIC18F2525

    Check the options menu in meProg.

    If you have "Reread File before Programming" and "Update Configuration from file" checked, any changes you make in the configuration dropdowns will not have an affect.
    It will only use the configurations contained in the .hex file.

    If you want to change them manually, uncheck one or both of those options.
    If you do a read from the chip, the configuration window will show you exactly which settings were programmed.

    There is no reason not to trust the dropdowns.
    DT

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