Hi,
I'm using the serial.vi to read from the serial port. I'd like to change my program so that I close the port once a particular character has been received, but I'm unsure how to do this. Please can anybody help?
More precisely, I'm sending out a hex string to a device, say 0C,01,02,03.... I then read in 0C,01,02p. 'p' means something has failed so I want to timeout on this character.
Thanks,
Martin