This tutorial aims to familiarise you with the main features of Virtual Breadboard. After working through the tutorial, you should be ready to start building breadboard projects on your own.
When working with Virtual Breadboard, it will also be valuable to be aware of the following features, which may result in different behaviour than what you expect if you are used to working with real breadboards.
The version 1.0 user guide also contains a lot of useful information. You might like the read through the guide if you want some extra insight into the operation of Virtual Breadboard.
The best way to learn how to use a program is by example. This example takes you through the process of creating a binary counter. In this example you will learn:
A Binary counter is implemented using the PIC16c54 microcontroller available in the PICMicros Package. A CLOCK pulse generated by a 555 TIMER provides the input to be counted. This signal is the input to the RTCC (real time clock) pin of the PIC16c54. The PIC counts the pulses and uses PORT B to show the binary value of the count on a LED display.
The tutorial covers a lot of material, so it has been split into several pages. You can access them from the links above.