I have arduino uno using on windows 10 and arduino 1.8.0.
My problem is my code doesn't work the way I typed after using serial communication (serial.begin(9600)) the arduino doesnt perform the code i program but before serial communication it work find.
I've tryed example blink, fade, analogreadserial,
they all worked
Please read the first post in any forum entitled how to use this forum. http://forum.arduino.cc/index.php/topic,148850.0.html then look down to item #7 about how to post your code.
It will be formatted in a scrolling window that makes it easier to read.
How did that code in the first post even compile, with this line:
Int L=1;
I guess that capital-L's just a mistake from your posting, not in the code?
In any case, put the current code here and let's have a look. But don't put the new code in the old post, make a new post, else it confuses the carp out of everyone.