Downloads:
ComTest
ComTest was a program from earlier on. Basically, it is a terminal program functioning similarly to HyperTerminal from Windows. I've been using this program to test out AT Commands.
ComTest source in VB 6.0: comtestvb6.zip
ComTest source in VB 2005: comtestvb2005.zip
MultiModem Demo Application
This program contains the source for the MultiModem Class which is at the heart of communicating with the wireless modem. Check out the source code or check out the presentation down below to get a more generalized idea of how it works. I have written a demo program to utilize all of the features implemented in the MultiModem class.
MultiModem Demo Application source in VB 6.0: multimodemvb6.zip
MultiModem Demo Application source in VB 2005: multimodemvb2005.zip
MultiModem Class Documentation multimodem.doc
Image Send/Receive Demonstration
This program tests out the ability of SMS messaging to send binary data. I am sending a small (138 byte) file using an SMS message. You wouldn't normally want to send multimedia using SMS because of the size limitations, but this proves that we can send binary data, which we could use to send floating point numbers, etc.
Image Send Demonstration in VB 6.0: imagesend.zip
Image Receive Demonstration in VB 6.0: imagereceive.zip
Executables
All VB 6.0 executables: vb6exe.zip
All VB 2005 executables: vb2005exe.zip
Final Presentation
Here is the powerpoint of the presentation I gave for my project. In it is included a generalized overview of my solution to the problem, my strategies and methodologies, possible future extensions to the problem, and some advice to next year's seniors.
Final Presentation: presentation.ppt
|