I have another device that I am using for the primary webpage, but I want it to get some readings from my Nano-10. I was thinking using ajax on the other device would be nice, but looking at the pre-made webpages, it seems that the data from the Nano-10 is displayed through the use of JavaScript, which wouldn't work for getting that through an ajax request. Is there some way to send the data directly so ajax would work or have some other way of sending the data so that another device can read it and display it through the use of html and JavaScript?