Hey guys, I was hoping you could help me with the algorithm/code for what I want to do. Basically, Im building an interface that will communicate with a microcontroller through the serial port. I already have serial communication working and can send and receive strings. However, Im not sure how to do the following. Basically, lets say the interface has two text boxes, TextBox A and TextBox B. Heres my question: the microcontroller will be sending strings, such as A=100 telling the program to put the value 100 in TextBox A and B=105 to put 105 in TextBox B. Can anyone offer any tips on how to program the VB project to do this, send the string to its appropriate TextBox? Any help will be greatly appreciated. Thanks!