| ??? 05/15/03 20:50 Read: times |
#45573 - RE: can not write to port(s) (89s8252) Responding to: ???'s previous message |
Thanks for all the help, but it still won't go. I made the suggested changes by the people above, and the result is this:
#include "AT898252.H" void main (void) { unsigned int k,l = 0; unsigned char j = 0; while(1){ for(j=0x00;j<0xff;j++){ P3=j; for(k=0;k<4;k++){ for(l=0;l<10000;l++); } } } }; i believe this should satify all :-) can someone please give a program and schematic that they know works, and make it as basic as possible, hopeing the more simple the less chance for errors :-) Eric |



