I'm trying to send a string from an Uno to my Java program (running on Windows). The problem is that half the time I only get part of the string that is being sendt.
I'm trying to make an arduino uno output times to serial, sort of a external stopwatch, and I have managed to do this. But I was wondering if it is possible to start the sketch, and the timing, before I connect the arduino to the pc, so that I can start in one place, and then move to the "finish line", without having to move the computer also.