Saturday, November 8, 2008

Serial Port Communicator



In order to test the functionality of our project while it’s under construction, we've decided that we need a method to test the back end and front end portions separately (As we might have mentioned the front end comprises mostly of the user interface and controls while the back end consists of the DSP and audio hardware). Since the two will communicate with each other through a serial port interface, we wrote a program that runs in Windows and allows the sending of characters and data through the serial port. This will allow us to test the functionality of the front end and back end separately without both the need for both systems to be completed. Included are a mini presentation on using this program and as well as copy of the software with source code (Please use at your own discretion as it has not been thoroughly tested although we plan to soon).

Presentation

Serial Port Communicator (*.exe)

Source Code
(This program is written by Win32, Please select NO SET for Character Set in Property in order to run it if you use Visual C++ 2005 or higher)

No comments: