Hi Student,
Are you working on the wireless ambient air sensor project, using the Atmel microcontroller?
I seem to recall something about the open / close characters and the serial port. This was a couple of years ago.
If memory serves me right (which is not always the case 😉 ) I think it had to do with special characters such as \s, \n, \r.
If that is the case, for instance when you read the serial port, you may want to display the "\" codes. You do this by right-clicking the display window and select "display \".. However, I seem to recall that the serial data is actually in Hex, and special characters ( like \O and \C ) were used.
Again from memory... The message was something like \O 0xAA \S, where \O for open, 0xAA a message in HEX, and \S end of message. (not accurate message used for example, only)
What do you see when looking at the received data from the serial port?
As for using LabView, it is a wonderful idea. You are probably a few steps away from success.
-JLV-