• multiple TCP connection
    Hi, I want to implement multiple TCP connection. I search in Keil help and i found this page "Multiple TCP Connections". I understand the sample code in the help file but i don't know what is the...
  • TCP multiple sockets
    I have an embedded application that needs to be able to handle several TCP sockets at the same time. It also needs to listen in on the same port number (similar to the way HTTP does) and spin off separate...
  • Multiple-client connections on TCP/IP Server
    I'm using TCP/IP stack from RL-ARM Library 2.22a and starting point of my project was a sample from Keil LEDSwitch Server. What i would like to know is what i need to do to be able to receive more...
  • Multiple USB Interfaces
    I´m trying to get 02 USBTMC interfaces in a LXP1768 ARM7 with RL-ARM but the host just show me one. Anyone know if it´s possible? Any example.... Following the Configuration /* USB Standard...
  • USB HID multiple interfaces
    I have STM32F4 Discovery board.I was able to implement HID device from run-time environment software components.I need to multiple interfaces.How can I do that?Because USB middleware codes locked. ...