Hi,
I´m trying to devellop a application, that sends a commandstring to a
RS232-device and then displays the the answer. A Typical case would be, hat
I send the command "S3 (CR+LF)". This orders the device to start measuring
an send the data once every second for each sensor. This means that I do not
know of how many bytes the data consists (could be 1 or 10... sensors). So
what I would need is the following. When I click on Start the Programm opens
COM1 an sends the Command "S3 (CR+LF)". After that the Programm will display
everything that arrives on COM1 until I click "Stop" - then the programm
will send "X (CR+LF)" to stop the measuring.
Does anybody have an example that approximately will do what I need? The
Labview - Standard Example all work eithe
r whith a fixed number of bytes to
recieve or a timeout.
thx András