Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
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

List of 33 messages in thread
TopicAuthorDate
can not write to port(s) (89s8252)            01/01/70 00:00      
   RE: can not write to port(s) (89s8252)            01/01/70 00:00      
      RE: can not write to port(s) (89s8252)            01/01/70 00:00      
   RE: can not write to port(s) (89s8252)            01/01/70 00:00      
   RE: can not write to port(s) (89s8252)            01/01/70 00:00      
      RE: can not write to port(s) (89s8252)            01/01/70 00:00      
         RE: can not write to port(s) (89s8252)            01/01/70 00:00      
   RE: can not write to port(s) (89s8252)            01/01/70 00:00      
      RE: can not write to port(s) (89s8252)            01/01/70 00:00      
         RE: can not write to port(s) (89s8252)            01/01/70 00:00      
            RE: can not write to port(s) (89s8252)            01/01/70 00:00      
            RE: can not write to port(s) (89s8252)            01/01/70 00:00      
               RE: can not write to port(s) (89s8252)            01/01/70 00:00      
      RE: can not write to port(s) (89s8252)            01/01/70 00:00      
         RE: can not write to port(s) (89s8252)            01/01/70 00:00      
   RE: can not write to port(s) (89s8252)            01/01/70 00:00      
      RE: can not write to port(s) (89s8252)            01/01/70 00:00      
         RE: can not write to port(s) (89s8252)            01/01/70 00:00      
   RE: can not write to port(s) (89s8252)            01/01/70 00:00      
      RE: can not write to port(s) (89s8252)            01/01/70 00:00      
         RE: can not write to port(s) (89s8252)            01/01/70 00:00      
   RE: can not write to port(s) (89s8252)            01/01/70 00:00      
      RE: can not write to port(s) (89s8252)            01/01/70 00:00      
      RE: can not write to port(s) (89s8252)            01/01/70 00:00      
   RE: can not write to port(s) (89s8252)            01/01/70 00:00      
      RE: can not write to port(s) (89s8252)            01/01/70 00:00      
   New development:s - final message            01/01/70 00:00      
      RE: New development:s - final message            01/01/70 00:00      
         RE: New development:s - final message            01/01/70 00:00      
   RE: just one more comment            01/01/70 00:00      
      RE: just one more comment            01/01/70 00:00      
         RE: just one more comment            01/01/70 00:00      
   RE: can not write to port(s) (89s8252)            01/01/70 00:00      

Back to Subject List