Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.41 KB

File metadata and controls

34 lines (21 loc) · 1.41 KB

PEP

Unofficial Windows application for the EPROM+ System from Andromeda Research Labs

Copyright (C) 2006-2026 Kevin Eshbach

Requirements

  • Microsoft Windows 10 or Windows 11
  • Microsoft .NET Framework v4.7.2
  • USB to EPROM+ adapter based on the Microchip PIC32MX250F128B is required.

USB To Eprom+ Adapter Image

The PCB layout and schematics for the USB adapter are located on GitHub in the USB to EPROM+ Adapter repository.

Building App (and Tools)

  • Install Microsoft Visual Studio 2022
  • Install Microsoft Windows 10 SDK, version 10.0.22621.0
  • Install Microsoft Windows WDK, version 10.0.26100.2454
  • Launch a Command Prompt and go to the 'Source' directory
  • Run the command "cscript build.wsf /verbose:+ /binaryType:Release" (without the quotes) to build the release configuration (To build the debug configuration replace "Release" with "Debug".)

Building Firmware

  • Install Microchip MPLAB X IDE version 5.40
  • Install Microchip MPLAB C32 C Compiler version 2.02
  • Firmware source code is located in the 'Source/Firmware/USBFullSpeedPepPic32' directory

Programming Languages

The application is a combination of C, Managed C++ and C#.