Quote Originally Posted by DickGrier View Post
My example simply displays data as it is received. If you have to send a command to the scale to send a reading, then add a command button. Then, in the command button click event, add a SerialPort.Write statement that sends the properly formated command.
Actually I think that if you example just shows data as it is recieved then in theory it would be real-time correct? so I were to put something on the scale it should automatically update in the EnhancedSerial project.

I'm following the program a bit but i still can't read anything from the scale in your project.

I've made sure the parity and stop bits and everything are set correctly in the program to match what is set up on the com port but I'm still not gettig anything back from the scale.

Any suggestions?