Hi Guys
I want to design a visual interface to interface Mod5282 to PC using rs232 port. This microcontroller has its own run time libraries which support rs232 communication. So i can write a small application on the microcontroller side. Now i want to develope a gui to controller the microcontroller. Its is basically for some testing of the pheripheral connected to the microcontroller.
Can any one pls tell what is the best point to start with. I dont know much about VC++ or VB. So can any one pls tell me which language would be best to start with. Are there any standard code for rs232 interface so that i can design my gui and relevant code which will translate into a particular command for the microcontroller.
Unfortunately Microsoft's support for the serial port has diminished and its features are not what they used to be with MSCOMM. I wrote an article on how to use the serial port in VB2005.net in Circuit Cellar 2006 (Issue 198) (there is a small charge to download it)
**broken link removed**
Scroll down until you see the title
Visual Basic 2005 and the Serial Port, by Aubrey Kagan
click on the pdf and then go to shopping cart.
If using DELPHI or C++BUILDER, I think the best way is to use Windows API, because the .exe file generated will not need some .dll, .ocx or other attached files.