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

Re : Serial Library and Arduino

$
0
0
 Bracket the myPort.writes with println commands. Then give it shot.

For example:
println("SA " + millis());
myPort.write(arr.);
println("EA " + millis());
println("SB " + millis());
myPort.write((byte)1);
println("EB " + millis());
 

Viewing all articles
Browse latest Browse all 1768

Trending Articles