How can you test communication on a COM/Serial port?
- by Andy
We have a OHAUAS Weighting scales with a COM port. if we connect this to a PC we should be able to get the weight on the computer by sending a command to it.
Is there a way to test this? i tried the command line echo "LP" com1 but this does nothing. A small C# application that listens to this port seems to be continuously receive Hexadecimal numbers (2 digits then an enter), however sending a command through this application doesn't give readable results.
When i do listen on the port though, the echo "LP" com1 command gives an unavaible error, so sending the command works in cmd.
Does anyone have any knowledge on a simple way to test a send and receive on a com port?