FineLineIDE


Closed Thread
Results 1 to 40 of 188

Thread: FineLineIDE

Hybrid View

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


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    It looks like you haven't selected a device yet.

    Select an 18F and try again.
    DT

  2. #2
    Join Date
    Apr 2011
    Location
    Kent, UK
    Posts
    52


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    Is it possible to add compatability with Asix UP Presto programmer http://tools.asix.net/prg_presto.htm

    Tim.
    Last edited by timmers; - 26th July 2011 at 09:52.

  3. #3
    Join Date
    Oct 2004
    Posts
    440


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    Quote Originally Posted by timmers View Post
    Is it possible to add compatability with Asix UP Presto programmer http://tools.asix.net/prg_presto.htm

    Tim.
    From "Using UP from the command line" under "Tips and tricks" in the help section of the UP software program.
    Using UP from the command line
    The program itself ensures to be run in a single instance. If there is another instance being run, the command line parameters are handed over to the already running instance to be executed.

    Parameter overview
    up.exe [{/ask | /q}] [{/e eeprom_file.hex | [/noe]}] [{/p | [/pdiff] | [/o]} file.hex | file.ppr] [/eeonly] [/part part_name] [/erase] [/w[nd] up_window_class] [/cfg ] [/devid ] [/blank ] [/verify file] [/s programmer_SN]

    Legend:
    The text in bold is to be put on the command line as is.
    The text in italic is to be replaced by real parameter, e.g. file_name is to be replaced by real name of the file to be opened.

    Text in curly brackets separated by | (pipes) represents a single choice from the listed items. e.g. { A | B } means "choose just one of A or B".
    Text in [braces] represents optional parameter which can be used, but can also be omitted.

    /ask Ask. To be used with /p. If the parameter is used, the program always prompts the user whether to program the part, even if this was disabled in the Settings of the program. The confirmation dialog also shows selected part type.
    /q /quiet Quiet mode. In this mode the program does not require any user intervention, but rather silently returns to an error code instead of displaying a dialog. See return error codes.
    /e file EEPROM file. Name of a file containing EEPROM data. If the name contains spaces, it is necessary to enclose it by quotes. This parameter can be used together with /o or /p parameter only.
    /noe No EEPROM. Causes the program to skip EEPROM programming. If used with the MSP430 devices, the program skip all operations with the information memory.
    /p file Program. Programs given file to code memory. If the name contains spaces, it is necessary to enclose it by quotes.
    /pdiff file Program differentially. Programs given file. If the name contains spaces, it is necessary to enclose it by quotes.
    /o file Open. File with given name will be opened. Optional parameter. If the name contains spaces, it is necessary to enclose it by quotes.
    /eeonly The programmer will do the selected operation for EEPROM memory only, with MSP430 for Information memory only.
    /part name Selects the specified part in the UP.
    /erase The part will be erased.
    /wnd class name Select another window class name. Using this parameter you can open more than one instance of program UP. Each instance must have unique window class name.
    /cfg If this parameter is used together with /p parameter, only configuration memory is programmed. It's useful for example for AVR devices programming, because the user can configure the chip for faster oscillator first and then to program it much faster.
    /devid If this parameter is used together with /p parameter, only the Device ID of the chip is checked.
    /blank The program will do Blank Check of the chip.
    /verify file Does the part verification.
    /s programmer_SN This parameter allows to select the programmer in accordance with its serial number. The serial number can be entered as it is displayed in the UP or printed on the programmer, e.g.016709 or A6016709.
    When working on several different projects it is likely that the program is set to use a part or programmer other than the one the user assumed. In such case using project files (.PPR), which contain all necessary settings including the file path, is strongly recommended.

    Opening a file
    up.exe file name

    up.exe file.hex
    up.exe "C:\My Documents\Recent Projects\PIC\My latest project\flasher.hex"

    Programming the part
    up.exe /p file name
    up.exe /p file.hex
    up.exe /p "C:\My Documents\Recent Projects\PIC\My latest project\flasher.hex"

    Return error codes
    0 - No errors.
    1 - File error, e.g. file not found, unrecognized file format.
    2 - Device error. Communication test failed, error in communication.
    3 - Programming preparation error, e.g. failed to erase part.
    4 - Programming error.
    5 - Verification failed.
    6 - User interaction needed.
    7 - Device ID error.
    This is a start point, others may be helpful.

    Norm

  4. #4
    Join Date
    Mar 2009
    Location
    Colorado
    Posts
    378


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    Quote Originally Posted by Darrel Taylor View Post
    It looks like you haven't selected a device yet.

    Select an 18F and try again.
    Another stupid mistake on my part. Thanks Darrel!

Members who have read this thread : 2

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