a very simple program that prints "Hello World" to the serial port of the 8051. When you can successfully build and run this program, you have used the entire toolset including:
This program dump password hashes from local or remote Windows NT/2000 machines. It
prints them onto the screen in l0phtcrack format, or will write them to a file if desired.
This program prints the C8051F124 die temperature out the hardware UART at 115200bps. This example uses the internal 24.5MHz oscillator multiplied by 2 using the on-chip PLL (SYSCLK = 49MHz).
// This program measures the voltage on an external ADC input and prints the
// result to a terminal window via the UART.
//
// The system is clocked using the internal 24.5MHz oscillator.
// Results are printed to the UART from a loop with the rate set by a delay
// based on Timer 2. This loop p ...
This program prints a calendar for a year specified. The user enters a
year for the calendar and the programs automatically prints the calendar
in text format.
This program prints a calendar for a year specified. The user enters a year for the calendar and the programs automatically prints the calendar in text format.
This program prints a calendar for a year specified. The user enters a
year for the calendar and the programs automatically prints the calendar
in text format.