My question is, can I easily store the 3 digit analog value sent from the microcontroller to the wifi module in a variable? I have been using the UART.on function and then writing the received data to a blank text document. Then in my main file I have been reading the text file and storing its contents in a variable. I am then able to send this variable to the web page. This is a huge pain, why would the UART.on function only return a nil value?
My question is, can I easily store the 3 digit analog value sent from the microcontroller to the wifi module in a variable? I have been using the UART.on function and then writing the received data to a blank text document. Then in my main file I have been reading the text file and storing its contents in a variable. I am then able to send this variable to the web page. This is a huge pain, why would the UART.on function only return a nil value?