π¦ Installation Guide¶
π Requirements¶
Before installing IPECMD Wrapper, ensure you have:
- π Python 3.9 or higher
- π§ IPECMD installed and accessible in your PATH
- π± Compatible PIC programmer hardware
π§ Installing IPECMD¶
IPECMD comes as part of the MPLAB X IDE installation. Download and install MPLAB X IDE from the π’ Microchip website.
π₯οΈ Windows¶
After installing MPLAB X IDE, IPECMD is typically located at:
π§ Linux¶
π macOS¶
Installing IPECMD Wrapper¶
From PyPI (Recommended)¶
From Source¶
Development Installation¶
For development work:
Verify Installation¶
Test that the installation worked:
Or in Python:
Troubleshooting¶
IPECMD Not Found¶
If you get an error that IPECMD is not found:
- Verify IPECMD is installed
- Add IPECMD to your PATH environment variable
- Or specify the full path using
--ipecmd-path
Permission Errors¶
On Linux/macOS, you might need to add your user to the dialout group:
Then log out and log back in.
Windows Driver Issues¶
Make sure you have the latest PICkit drivers installed from Microchip.