Title:
	Sample 2

Author:	Joe Farr 29 December 2002

Contains:
	VB Source code
	PIC Source Code & .HEX file for programming


Description:
	This sample demonstrates how to use the EPESerial control 
	to send characters to a PIC and how to impliment serial support on
	an 16F877 PIC.

	As characters are typed into the VB program, they are sent to the
	PIC. The PIC then sends the binary representation of the
	ASCII byte it just received, back to the PC.