Your help is greatly appreciated
-
I am working with a device to pull vital information (bp, pulse, etc) into a webpage to be saved into a database. I place the code application and SDK for the software of the device on one computer. I then placed the SDK of the software on for the another computer. If I plug the device into the the one with the code. The code successfully identifies the device and pulls the information into the webpage on the localhost. If I plug the device into the other computer and navigate to the the localhost of machine running the, it cannot locate the device. What i need to be able to is to load .xml (this is the file the device information is stored) from the client machine and be able to pull the device data into the webpage. I have an connect property in the code to locate the xml file. I think I need to get it to read the file from the client machine and process the data via the client machine. Is this possible and could you put me a path that will help me achieve this; books, articles, etc.