User Activity

Hi AllI am trying to get a USB to serial application working using the STM32F746G-DISCO evaluation board. I have generated the project from STM32CubeIDE for the discovery board, and imported the CDC-ACM code from the ST x-cube-azrtos-f7/STM32F769I-Di...
Posted on August 11, 2016 at 09:40I need to perform an HTTP Get request to a server that supports listed parameters, an example being:myshop.com/storesrequest.aspx?userid=1234&zipcodes=123,456,789As you can see the zipcodes parameter supports a list...