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 15:06
Read: times


 
#45524 - RE: RS485 flow control problem
Responding to: ???'s previous message
Mario,

You need to add the following to your program:

- set a flag (busy flag)anytime any
unit recieves a character
- perform a pseudo-random delay
of N milliseconds x random number
- check to see if the busy flag is set
if it is set then do another random
delay. Repeat until the busy flag is
not set.
If it is not set then the RS-485 bus
is free to send data out.
There is an 8 bit pseudo-random nuber generator on this web site that works very well.

Regards,

Jay




List of 14 messages in thread
TopicAuthorDate
RS485 flow control problem            01/01/70 00:00      
   RE: RS485 flow control problem            01/01/70 00:00      
   RE: RS485 flow control problem            01/01/70 00:00      
      RE: RS485 flow control problem            01/01/70 00:00      
         RE: RS485 //Rauf            01/01/70 00:00      
            RE: RS485 //Rauf            01/01/70 00:00      
   RE: RS485 flow control problem            01/01/70 00:00      
      RE: RS485 flow control problem            01/01/70 00:00      
   RE: RS485 flow control problem            01/01/70 00:00      
      RE: RS485 flow control problem/J. Boyce            01/01/70 00:00      
         RE: RS485 flow control problem/J. Boyce            01/01/70 00:00      
            RE: RS485 flow control problem/Eric            01/01/70 00:00      
               RE: RS485 flow control problem/Eric            01/01/70 00:00      
   RE: RS485 flow control problem            01/01/70 00:00      

Back to Subject List