I want to send AT+CWLAP commands and put only WiFi names (excluding commands and addresses) in the array to display five on the board. Please recommend me how to use it. Also, we analyzed the pattern. Please tell me how to parse.
// I use this code. And stm32h750 B/D w/ Esp8266.UART_HandleTypeDef UART2_WIFI;uint8_t RX_Data[128];uint8_t RXD;uint8_t data[11]="AT+CWLAP\r\n";if(IndexCount >= 200){ IndexCount = 0; if(StartFlag == 0) { HAL_GPIO_WritePin(GPIOH,GPIO_PIN_10,GPIO_PIN_...