• Http Request stm32f4
    Hello I have stm32f4 discovery and STM32F4DIS-BB connected to a router . i wans to send http request to an automate connected to the same router example : when i press a button on stm32f4 discovery...
  • http file interface
    I'm experiencing the following build problem after an upgrade of the uVision environment and RL-libraries. My project has the TCPnet http server enabled. This is serving files stored on an external...
  • HTTPS
    Hi all, Is RL-ARM supports HTTPS , if so please suggest the literature thank you
  • HTTP POST request error when using SIM900
    hi, im using a 8051 uC to post to a thingspeak.com/ channel using a SIM900 GSM modem. i used the following commands. AT+SAPBR=3,1,"Contype","GPRS" OK AT+SAPBR=3,1,"APN","WWW" OK AT+SAPBR=1,1 OK...
  • HTTP Server: recover Header HTTP
    Hello everyone, We are currently working on a Web server on a Cortex-M7 ARM to transmit SOAP messages via HTTP and CGI. For this, we would need to recover the request's HTTP Header and more specifically...