

Now this is fairly easy to do in Linux with a script:īut first you just need to program the Arduino and then open the serial monitor window (dont ask me why). To compensate for this, I decided to send 64 bytes at a time with 1 second interval. CH341A is used by some cheap memory programmers. Partial Windows support is available (no internal programmer support at the.

CH341A is an USB interface chip that can emulate UART communication, standard parallel port interface, parallel communication and synchronous serial (I2C, SPI). Supports DOS, Linux, FreeBSD (including Debian/kFreeBSD), NetBSD, OpenBSD. Willem EPROM Programmers these days are 'USB' powered, but for reliable programming of 21V or 25V EPROMs it is strongly recommended they be powered by an external DC power supply.
#Linux eprom programmer software
The Serial buffer on the Arduino is 128 bytes, so all I was getting to start with was the first 128 bytes of the 8K successfully, after that it was a random sets of 128 bytes from the Serial port that it grabbed hold of before the stream of data ended. Minipro Tl866 Eeprom Programmer Software Free Download. Both the above are to save me using a parallel port Willem EPROM Programmer on a Windows 2000 PC for programming. Its fine for sending the odd few bytes now and then, but (using my zx81.rom as a test) sending 8K of data is a bit much for it to handle in one go. The problem is the Arduino is not reading fast enough and so what gets sent is lost. For a list of EPROM burner manufacturers visit the Yahoo site and go to economy->company->Hardware->Peripherals->Device programmers. This is how I want to send the Z80 programs to the EEPROM.

The Arduino can receive data via the Serial interface.
