Quote Originally Posted by Charles Linquis
...

Always issue a delay between successive WRITEs. I use 100uSec....

Hi Charles,

I also made a rule myself to use some delay before each WRITE command until I read the post by Melaine that WRITE command already has its own delay for write operation. Thus, I no longer use any pause/delay before WRITE.

Here is the post.
http://www.picbasic.co.uk/forum/showthread.php?t=549

-----------------