Hi All ,
I am new to Arduino Uno usage and I have a situation for which I need some direction. I have a website which is a point of sale. So I want the serial data from Uno to be available on the webpage of that website. I can see the data coming on the serial monitor of IDE but the same data is not coming on the webpage. I had used a usb barcode scanner and its data comes on the webpage so what is so different in Uno sending data to it. Any suggestions would be appreciated.
Is the webserver hosted on the same PC that the Arduino is connected to?
If not, how do you propose to get the data from the Arduino to the webserver?
...R