
Manage microcontroller settings from a standalone PC. Access PIC devices and check the parameters of their currently configured operations. Adjust certain values and modify the general action cycles, extract data from HEX files and replace existing settings.
PICPgm is an app designed to program PIC microcontrollers using an external programmer hardware connected to the PC. The program allows you to: check if a PIC microcontroller is empty, program a HEX file into a PIC microcontroller, erase a PIC microcontroller, read the content of a PIC microcontroller and save it to a HEX file.
v1.8 [Aug 20, 2014]
- Improved accuracy of microseconds delays (PICPgm now uses Windows PerformaceCounter for programming delays instead of inaccurate delay loops).
- Improved PICPgm USB programmer programming speed (~50% faster).
- Improved PICPgm USB programmer auto detection and allows selection of FTDI device to be used as PICPgm USB programmer.
- Added "List FTDI USB devices" and" command to be able to identify all connceted FTDI devices and select the FTDI device which shall be used as PICPgm USB programmer".
- PICPgm USB programmer pins 6 and 7 can be assigned to programming pins (earlier this pins where reserved for internal synchronizing purposes).