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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/21/04 15:41
Read: times


 
#68973 - RE: RS232 transfer
Responding to: ???'s previous message
hi,
What is about Sleep() function ("Windows.h")?
Something like:
for (int x=0; x<1000; x++)
{
  if (MY_ComActivityCheck() == TRUE)
    goto process_again;
}
// exit

Oops, "goto"! But it is just an idea, I think you know how avoid such thing (=

Regards,
Oleg



List of 6 messages in thread
TopicAuthorDate
RS232 transfer            01/01/70 00:00      
   RE: RS232 transfer            01/01/70 00:00      
      RE: RS232 transfer            01/01/70 00:00      
         RE: RS232 transfer            01/01/70 00:00      
            RE: RS232 transfer            01/01/70 00:00      
   RE: RS232 transfer            01/01/70 00:00      

Back to Subject List