I am wondering how to read strings and integers from arduino to processing and separate the strings from the integers.
I am using serialevent() in the processing. I know how to read the data in processing if it was just one type of characters; that is either if only strings or if only integers that were being read but not if it was both being sent.