Project 7 - PC Based Audio Recorder

What the PC Program Does:
The recorder has two components:
1. a PIC that digitises the incoming audio stream and sends it over a comms link to -
2. the PC program that stores the incoming data stream as a file. This is the PC program.

Using the Program:
Run the program and enter the filename to be saved. Press the 'START' button to start the recording. To stop the recording, press the 'STOP' button.

Note that the program is wtitten to use COM1 for linking the PC to the PIC.
Complete Program:
Click on the disk icon to download the source code file:

Executable Program RECPIC.EXE

This program requires Microsoft Windows (95, 98, ME, NT, 2000 or XP).
Source Code Files:
Click on the disk icon to download the source code file:

Source Code RECPIC.C
Resource File RECPIC.RC
Definition File RECPIC.DEF
Icon RECPIC.ICO
Small Icon RECPICSM.ICO

The source code was written in 'C' and compiled using the Borland C++ Development Suite Version 5.
Other Information:
Other information will be added here as it becomes available.
Errors, Ommissions and Updates:
Information will be added here as it becomes available.