Arduino can only read from serial one character at a time

haltermak:
When I run my program without the led_Strip.write() in the loop, it functions as I'd expect.

Then the problem is due to that led_Strip.write() function.

I have no idea what is going on inside it.

...R