08-19-2007 03:59 PM
08-19-2007 11:42 PM
First, I think you really could have come up with a better user name then falling asleep on your "N" key.
Data that comes in through the serial port is a string. So your problem really comes down to how to parse the string into its respective parts. Look at the functions on the string pallete. Functions such as Match String, Search/Split String, or Scan String for Tokens, should do what you need. Once you have the parts broken up, the String to Number conversion functions would convert the strings into their appropriate datatypes.