I am doing a project on microcontroller s and want to be able to send and receive data via RS232 serial cable.
Right now, my PIC microcontroller code is able to send string data to the computer and HyperTerminal will output the strings. However, in order to manipulate such data I found out that Visual Basic is needed.
So I tried creating a basic Visual Basic window application using VB Express 2008 just to read bytes sent from serial,...