Simple Serial Downloader for AT89S51/AT89S52

SDownldr.exe is a software to program a AT89S51/AT89S52 serially through the parallel port. This Software is included in the Microcontroller Project Circuit diagram for this ISP downloader is as follow: The Serial Downloader circuit above using the power supply from the parallel port. However, not all parallel port capable of providing enough current for this […]

SSMaker, tool for creating seven segment constant

SSMaker.exe is a program to help make a lighting table of seven segment. Click on the segment to be switched on or off. After that, the table to form the light will be instantly displayed. Lights are represented by the value bit 0. To make the light represented by the value bit 1, check the […]

Microcontroller Project

Microcontroller Project is a graphical IDE (Integrated Development Environment) for MCS-51 microcontroller family that uses the ASEMW.EXE compiler. Thus, the syntax used in the Microcontroller Project is ASEMW syntax if written using assembly language. In addition to using assembly language, Microcontroller Project can also use c language for writing programs, using SDCC. Microcontroller Project integrate […]

SimulatorInDLL – MCS-51 Microcontroller Simulator

Simulator in this version is made separately from the IDE, which is made into the file “SimulatorInDLL.dll”. This way you can develop a simulator in order to work in your favor. Actually, this simulator only support assembly. But you can set limits to the simulator as if working for C. Condition, you need to know […]

Micro v6.11.1 – Microcontroller IDE

Newest version available! In companion CD of the first printing of Mudah dan Menyenangkan Belajar Mikrokontroler, I enclosed microcontroller IDE software, i.e. Micro v5.4. Now I release the renewal version i.e. Micro v6.11.1. The new stuff in Micro v6.11.1: Able to write in C. The previous version was only able in assembly. Able to configure […]