Code Monkey home page Code Monkey logo

hvepromcmd's Introduction


		High-Voltage EPROM Programmer/Reader

		    Command-Line Client Program


	       Matthew Millman <[email protected]>
	      Fred N. van Kempen <[email protected]>


These are the (updated) sources for Matt's client program for his
very useful programmer/reader for old, high-voltage EPROM devices
such as the 1702A, 2708 and MCS-48 series, and derivatives.


LICENSE

This program is open-source software, issued under the GNU Public
License, version 2.0 or higher.  See COPYING.txt for more details.


BUILDING

To build for Windows:

  1.  For Visual Studio, go to the "plat/win" directory and open
      the HvEpromCmd.sln solution file. Select the proper platform
      and configuration, and build the project. Note that x86 and
      x64 platforms are supported, as well as ARM (Windows 8.x,
      Windows RT) and ARM64 (Windows 10, Windows 11.)

  2.  For users of MinGW(-w64), open a command prompt for that
      toolset, and build the program with

	make -f plat/win/makefile.mingw [ARCH=xxx]

      where 'xxx' is the desired platform; either x86 or x64 at
      the time of this writing.  It defaults to x86.

  3.  For users of the TinyC compiler (which is really useful!),
      open a command prompt for that compiler, and build with

	make -f plat/win/makefile.tcc [ARCH=xxx]

      where 'xxx' is the desired platform; either x86 or x64 at
      the time of this writing.  It defaults to x86.


To build for Linux and similar *x-based systems with GCC:

  make -f plat/unix/makefile.gcc [ARCH=xxx]

where 'xxx' is the desired platform; either x86 or x64 at
the time of this writing.  It defaults to x64.


To build for macOS (version 11 and up) with the Xcode development system:

  make -f plat/mac/makefile.mac [ARCH=xxx]

where 'xxx' is the desired platform; either x64 or arm at
the time of this writing.  It defaults to x64.


VERSION

Since the original files were not versioned at all, numbering was
started at 2.0 for this derived work.


Last Updated: December 2023
Fred N. van Kempen, <[email protected]>

hvepromcmd's People

Contributors

inaxeon avatar waltje avatar frostyfeetfi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.