Hi I hope to get some help me out of my problem
I was successful in communicating with my Arduino unit & tried to have 3 arduino units ,
so i tried multiple com, i list ports and found right port in my software.
i wanted to use SerialEvent() like below,,,
void serialEvent(Serial myPorts[pi1]) { }
pi1 is the listed number of the port which i want to catch data from
error message shown was.. expecting TRIPL_DOT,found myPorts
i would appreciate your help
thank you