Serial print problems with 1.0.1c - exact same code no problems with 0022

Hint, show us your code, we can't debug a statement that something is not working.

The new version has buffering on the output IIRC, that can change the timing as before you had an pseudo delay() inserted because the code waited for the character to be transmitted. With buffering that won't occur.

Anyway, that's all supposition, we need the code.


Rob