Hey guys.
Thanks for the help. So deepu ur saying i just have to use example like a visa to connect to the comport and im fine? I just have another question.
baudmode CON 188
RFbaudrate CON 396 '2400 slower RF , more stable
SERIN 16,baudmode,[STR comm\2, DEC3 speed] 'get command and value
comm(0)=comm(0)&%01011111 'force 1st char to uppercase
comm(1)=comm(1)&%01011111 'force 2nd char to uppercase
IF comm="F" THEN Forward
IF comm="B" THEN Backward
IF comm="L" THEN Leftturn
IF comm="R" THEN Rightturn
IF comm="S" THEN Halt
GOTO top
These codes are in my basicstamp2 transmitter. I have to do something similar like this in labview since max232 practically does nothing right?
Oh and Pnt thanks for your advice. but my supervisor says he doesnt want a microcontroller. He wants everything going through labview.
I know i should be doing my own research too. but im so at lost at where to look at. =(