Quantcast
Channel: Processing Forum
Viewing all articles
Browse latest Browse all 1768

Re : problem with data transmission

$
0
0
although lettura is initialized as String[3].
in

  1. lettura= split(myString,':');
you create a new String array, which seems not to have 3 Strings. Print out myString and check if there are two colons in it.

Viewing all articles
Browse latest Browse all 1768

Trending Articles