hi all,

i must start by saying that i am new to this. however what i want to do is send a 3 part messages to arduino and extract those 3 parts to be used as separate int's in arduino. I have been able to read 1 using comport from pd and serial.read in arduino. i have also performed a test in arduino to send a 3 part message separated by commas from the serial messenger and using parseInt() have been able to get what i want. the problem now is that i cant get pd to send a message that can be read by parsInt() in arduino.

any help would be much appreciated.