by

2051 Serial Programmer Software

2051 Serial Programmer Software

Jun 9, 2008 - Universal serial IC programmer for all serial programmable devices, like PIC16C84,0,93C46,12C508,AT90S1200.AT89S53,PIC1400,27C256,EEPROM,AVR,PICMICRO. Can also be used as serial replacement for the 20. RFguys.com » Scanner Programming Cable Radio Shack PRO 20-048 20. Programming software is readily.

AT89C2051 Programmer AT89C2051/4051/1051 PROGRAMMER Here I present another AT89C2051 programmer with a serial interface. But why another one when there are so many already around? The specialty of this programmer is the simple layout which can be easily made on a general purpose board.

In all the other designs you will find that the Port1 of the 'Master' AT89C2051 has to be connected to the Port1 of the 'To-be-programmed' AT89C2051 with the same bit ordering, i.e. Bit 0 has to be connected with bit 0, bit 1 with bit 1 and so on. Since it is not possible to keep the two AT89C2051s side by side while maintaining the same bit order, you have to carry a lengthy bus and twist it around to reach the other chip. I decided to change this. If you keep the two AT89C2051s side by side with their top side butted against each other, you get something like this: You see the pins get all jumbled up, but this is really good for soldering because eight of your connections can now be made directly using solder without any wiring or jumpers on the topside.

This jumbling up of the pins can be easily fixed by the software. Which is what I did. Aplikasi Antrian Free there. To send a byte to the Port1 of the 'To-be-programmed' chip, the master chip • Reverses the bits in Acc • Rotates the bits right through carry once • Sets the value of its own P3.7 to the value of carry • Sets the value of Acc.7 to the value to be sent to P3.7 of the 'To-be-programmed' chip • Sends the Acc to P1 To receive the data, almost a reverse process is used. You can see this in the assembly code. The serial communication protocol used here is simple, it can even be programmed via hyperterminal, but only if you want to write a few bytes. I do not know how to send a complete file interspersed with write commands using hyperterminal. Anyway, the software I have made is very simple and has not showed up with any problems so far.

Gpk Installer Apk Download there. Here is a screenshot: It was developed using the FLTK library and the MinGW gcc compiler. The FLUID tool that is a part of FLTK is a great help in designing interfaces in a fast and easy way. The executable file and source code are provided below in the download section. Here are the pictures of the circuit followed by a schematic: The top side has very few wires moving around. The RS-232 level converter chip MAX 232 is not shown because I have it assembled separately on a small patch board. But in the provided schematic and layout, they are all on the same board sharing the same supply.

I have an even better layout in mind, but I have not made it into a board yet. The bottom side does not have many complex connections either. I may have fumbled up at places, this was the first prototype, but it can be a LOT cleaner. Do check back in for a new and simpler layout. I will post pics too.

And now the SCHEMATIC: () It requires a 12V DC supply. Please check that if the supply is dropping below 11 volts when connected with the circuit, then you need to use a better quality supply with a more reliable output. Notetab Light Download Deutschland here.

You can also have a 7812 regulator on board and give a >15V supply. I will put up another schematic using this method soon. Downloads: Everything in a single zip file: The contents of the zip file are: (Note: You can download them individually too by right-clicking on them & choosing save): Assembly source of the firmware which has to be written to the 'Master' chip: HEX file for the above ASM code: Schematic as a GIF file: Orcad design file for the schematic layout.gif: A possible layout for the circuit (I have not finalized it yet, will put it up once I have built and tested another one): The programmer software executable AND source code readme.txt: The README file. Contains all the info, including the serial port protocol used.: The GNU GPL licence Extra files (Not in the archive, neither required):: A command line version of the programmer software. This is still a 32-bit windows program, not for 16bit MSDOS.

Build Instructions For the firmware: Since the firmware is in assembly, you can use any 8051 assembler to do the job. I did it with Keil's built in assembler.