Ok this works, I just set mine up Thanks to Darrel Taylor:
http://www.picbasic.co.uk/forum/showthread.php?p=68368
Ok this works, I just set mine up Thanks to Darrel Taylor:
http://www.picbasic.co.uk/forum/showthread.php?p=68368
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Ken,
My settings are a bit different than Darrel's but may have required a download of a command processor from Microchip.
In the program filename box I have pk2cmd.exe
The path should point to your "pickit 2 v2" directory which is likely
C:\program files\microchip\pickit 2 v2
My parameters string is
This works with or without the PicKit program running as it brings up a batch programming window. The -Y -Y causes the verification to run twice just so you can see the results of programming before the batch window closes.Code:-PPIC$target-device$ -F$hex-filename$ -E -M -Y -Y
I usually run the PicKit program also so I can use its reset MCLR function to start the code running in the pic.
Hope this helps,
Jim
First of all - thanks to all who have responded and made suggestions on this.
I simply cannot get this to work -
I went so far as printing out the page that Darrel posted with his step - by - step instructions, and - as far as I know - after three times - followed them to the letter.
Obviously not - all that happens is the project compiles, there is a momentary screen flash after successful assembly - then nothing, just success at compiling. I tried Jim's code as well - same thing.
Also deleted previous attempts at selecting the programmer , so as to start from scratch -
At first MCS could not find the PICKit folder, - I changed to finding it automatically, it then found the PICkit folder - but still no success.
I also re-extracted all the PICKit2 Command Line Interface files from Microchip's site to the PICkit folder - . . .twice
Anyway - - thanks to all - - I do not intend to "beat this to death" - - I'm perfectly content to continue doing the extra step using PICkit software separately. It works fine, and that is basically all I want.
Thanks again
Ken
Bahhh, that's quiters talk.I'm perfectly content to continue doing the extra step using PICkit software separately.
Troubleshooting step #1.
Open a DOS window (Start | Run... | cmd).
Paste this line into the window (right click | paste) ...
"c:\program files\microchip\pickit 2 v2\pk2cmd.exe"
Include the quotes when pasting. Then press enter.
If the command line interface is in the correct place, it should fill your window with the HELP page.
If it does ... on to troubleshooting step #2.
<br>
DT
I haven't tried but it was something I have been meaning to do. Is everyone aware that you don't need to continually reload the software hex within pickit2, but that it does it automatically when you press the program button on the pickit hardware.
I normally compile using PBP, and when I get the 'complete' message at the bottom of Explorer window then press the button on the pickit2 hardware. You only have to open the pickit2 software and load the hex you're working with once per session.
I guess where it gets more complicated is if you're developing several different programs and want to pick the appropriate hex each time.
SUCCESS (I think)
I changed the "Programmer Filename" from pk2cmd.exe as was suggested to : PICkit2v2.exe - (which was described under PICkit2v2 Properties - version - Internal name) as PICkit2v2.exe. Now when I compile and program, after assembly is complete, the PICkit2 screen pops up, and I auto import the hex file and program. I'm not sure if the PICkit screen is supposed to pop up or not, It seems like an extra step - but then I'm not sure how it is SUPPOSED to work, but this eliminates exiting and going to that screen - - -
Ken
No, that's not the way it works. Must have missed a few "Letters" in that printout.
Did you do the troubleshooting step?
<br>
DT
OK Darrel, I did it exactly the same way as osarkhermit did, I do not have a file called pk2cmd.exe in my computer anywhere. The executables I have are PICkit2 in the PICkit2 directory and PICkit2V2 in the PICkit2V2 directory. The first opens the programmer on the right the other opens the one on the left.<br><br>
<br> And this fails in Run: c:\program files\microchip\pickit 2 v2\pk2cmd.exe But the path is correct except pk2cmd.exe does not exist .
Last edited by Archangel; - 10th March 2009 at 06:33.
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Bookmarks