PIC Programmer K150: Difference between revisions
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
* Select project name: LED test | * Select project name: LED test | ||
* Click Finish | * Click Finish | ||
* Right click on Source files -> New C Main file | |||
[[File:Mplabx-2.png|MPLabX - screen 2]] |
Revision as of 07:20, 4 October 2014
About PIC Programmer K150
This device is obsolete and not compatible with MPLab X (new PIC development tool), so you will have to export files in HEX format from MPLab X and import to DIY application which has released last version in 2007. For small projects I believe this device for 9 USD from E-Bay (Chinese resellers) is fine but for more advanced development is recommended usage of PICKit 3. Before you will buy this device I strongly recommend you to visit DIY Site and download latest DIYpack25ep.zip file. Also you will need USB driver for K150 devices (which is different from recommended on DIY site) for Profilic USB to Serial converter. Please also be informed that Profilic USB to Serial converter mounted on K150 boards supports only Windows up to version 7. Windows 8 or Windows 8.1 won't work!
DIY Software
MPLabX
- Download MPLab X from Microchib website with MPLab XC8 Compiler
- Select File->New Project->Standalone project
- Select Device->PIC16F630
- Select Supported Debug Header: AC162052
- Select Tool: Simulator
- Select Compiler: XC8
- Select project name: LED test
- Click Finish
- Right click on Source files -> New C Main file