skip navigational linksPJRC
Shopping Cart Download Website
Home Products Teensy Blog Forum
You are here: 8051 Tools PAULMON Monitor Manual Introduction

PJRC Store
8051 Board, $79
LCD 128x64 Pixel, $29
LCD 16x2 Char, $14
Serial Cable, $5
9 Volt Power, $6
More Components...
8051 Tools
Main Page
Software
PAULMON Monitor
Development Board
Code Library
89C2051 Programmer
Other Resources

Introductions to PAULMON2

PAULMON2 is a user-friendly monitor program, intended for use in a single board computer based on an 8051 compatible microcontroller.

By placing PAULMON2 in the board's EPROM, the board will "boot-up" to a menu-driven monitor, which you can control using a standard terminal emulation program. PAULMON2 allows you to download your programs to RAM and run them, which is much faster and easier than reprogramming the EPROM. PAULMON also provides several features to help you debug your programs.

PAULMON2 also provides many useful built-in functions which you may call from your programs. Several of these are quite useful for debugging your code.

Because PAULMON2 is in the public domain, when your 8051 program is nearly finished, any portions of PAULMON2 which your program uses may be copied directly into your code to make it into a stand-alone application.

PAULMON2 also contains features which can utilize Flash ROM. Boards equipped with Flash ROM can be made "dedicated" by downloading a slightly modified copy of the application program, and PAULMON2 will run it when the board is reset instead of starting with the usual welcome screen and prompt. If the code must later be upgraded, a jumper may be inserted to tell PAULMON2 to erase the Flash ROM chip and return to development mode, so that new code may be downloaded.


PAULMON2 Documentation, Paul Stoffregen
http://www.pjrc.com/tech/8051/pm2_docs/intro.html
Last updated: February 24, 2005
Status: This page is finsihed
Suggestions, comments, bug reports??? <paul@pjrc.com>