2025-04-15 1:34 AM
hii everyone
i would like to send an integer number that i get from the user on html webpage to the stm32 controller
lets say in the controller i just want to print the number that received from the webpage
what is the method that i need to use in order to receive an integer number from a web page
i saw once a method to send a string called CGI but i need to transfer an integer number not a char or a string how can i do this