Tested from jaledit , it opened the batch and teh same eror message : C:\Users\Gebruiker\Desktop>"C:\Program Files\Microchip\MPLABX\v5.45\mplab_platform\mplab_ipe\pk3cmd.exe" -TPPK3 -Pport -MPIC -Fcom5 -OL Illegal command line parameter T Press any key to continue . . .
Op donderdag 28 juli 2022 om 13:12:20 UTC+2 schreef vasile: > "Gefeliciteerd" > seems ok for me. :) > > BTW, if you use pickit4, you will need anyway to install the IPE to change > the supply voltage, then to plug and unplug and plug again the pickit until > IPE sees it...then fortunately to program something. Never leave it in the > USB when you start the computer if you do not want to send it to Microchip > irish office for reflashing the Atmel inside or exchanging with a new > one... Pickit4 needs to behave with it as you'll do with eggs. On the > opposite of Pickit2/3 which can be reflashed at home... > best wishes > > > On Thu, Jul 28, 2022 at 8:56 AM hans <[email protected]> wrote: > >> Hi Sunish, >> I have made my first batch: >> >> @ECHO OFF >> Echo Gefeliciteerd >> PAUSE >> >> "C:\Program >> Files\Microchip\MPLABX\v5.45\mplab_platform\mplab_ipe\pk3cmd.exe" -TPPK3 >> -P%1 -MPIC -F%2 -OL >> @if ERRORLEVEL 1 pause >> >> It works but gives an error message ; >> >> Gefeliciteerd >> Press any key to continue . . . >> Illegal command line parameter T >> Press any key to continue . . . >> Op woensdag 27 juli 2022 om 17:16:30 UTC+2 schreef hans: >> >>> Hi Sunish, >>> This sounds great ! I have never made a batch file and use the Pickit >>> not for providing 5 Volt\ >>> The IPE is in the regular program file, not in (86), i have foud the >>> same files you mentioned. >>> . Please give me an example how to make the batch file. >>> Thanks >>> Hans >>> >>> Op woensdag 27 juli 2022 om 14:24:59 UTC+2 schreef [email protected]: >>> >>>> Jaledit can program using Pickit 2 and 3. You will need to install IPE. >>>> >>>> Create a batch file and paste the code - Change the path to reflect >>>> your computer's IPE installation >>>> >>>> *"C:\Program Files >>>> (x86)\Microchip\MPLABX\v5.20\mplab_platform\mplab_ipe\pk3cmd.exe" -TPPK3 >>>> -P%1 -MPIC -F%2 -OL* >>>> *@if ERRORLEVEL 1 pause* >>>> >>>> >>>> In jaledit you will have to set the path to the batch file and pass %D >>>> %F for the PIC name and file name respectively. >>>> the /V5 is to force Pickit to provide 5V supply >>>> >>>> [image: image.png] >>>> >>>> >>>> >>>> Regards, >>>> Sunish >>>> >>> -- >> > You received this message because you are subscribed to the Google Groups >> "jallib" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> > To view this discussion on the web visit >> https://groups.google.com/d/msgid/jallib/f295ac0d-880c-48b4-a78d-18fc674db5cdn%40googlegroups.com >> >> <https://groups.google.com/d/msgid/jallib/f295ac0d-880c-48b4-a78d-18fc674db5cdn%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/5916403c-499b-4711-b4b3-aee3fc7eba32n%40googlegroups.com.
