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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/14/02 21:29
Read: times


 
#22927 - please help withserial output
take a look at this code (this is just the main part)

void main()
{
serial_init(); //initialises the serial port
for(;;)
{
sendCharacter("TEST");
DELAY();
}
}
it works perfectly through the direct to Com 1 port on the UART screen in my compiler without the DELAY(). Once the DELAY is introduced it just seems to freeze. I have tried everything. I am quite new to this area but I need to finish this as part of a college project. I REALLY need some help, I have tried everything. is there anyone I could e-mail for help?

List of 5 messages in thread
TopicAuthorDate
please help withserial output            01/01/70 00:00      
RE: please help withserial output            01/01/70 00:00      
RE: please help withserial output            01/01/70 00:00      
RE: please help withserial output            01/01/70 00:00      
RE: please help withserial output            01/01/70 00:00      

Back to Subject List