• HW flow control - bluetooth
    Hello, I am working with a bluetooth module (actually, 3 of them) than can expect a high volume of incoming data at moderate/high bitrates. Bluegiga, the WT12's manufacturer, recommends using hardware...
  • USB Flow Control
    Using the USB sample code of the RL-ARM library on MCB2300 develoment board. Started with the mass storage device example and modified for our application. Is this example valid to USB specification...
  • UART Flow Control
    Hi all, Can anyone of you give me an idea as to how to perform flow control on the serial port. In other words which registers of the UART control the CTS-RTS business. Regards, Vipin
  • improper flow of control
    Hi all, I am using the microvision 2 and the controller is c8051f12x. I faced a strange problem with keil. Have a look at the following sample code. void main() { f1(); f2(); f3(); } void f1...
  • Flow control of BULK OUT endpoint
    Hi All, I've got an issue with flow control of a bulk OUT endpoint I'm struggling with. I'm using the NXP LPC1343, and the device code is based on their CDC class example. On the Host side, I'm using...