Questions tagged [flow-control]

Flow control is the process of managing the rate of data transmission between two nodes to prevent a fast sender from outrunning a slow receiver.

Flow control is the process of managing the rate of data transmission between two nodes to prevent a fast sender from outrunning a slow receiver. It provides a mechanism for the receiver to control the transmission speed, so that the receiving node is not overwhelmed with data from transmitting node.

166 questions
-2
votes
2 answers

Rs232 software flow control

I have a general question about Rs232 Software Flowcontrol (aka XOn/XOff) The .Net implementation (and the nativ win32 api) bothe define a property called WriteTimeout / ReadTimeout, which is a time in ms after which a communication is considered to…
Tobias Boschek
  • 2,158
  • 3
  • 18
  • 22
1 2 3
11
12