Reading Data From Device With IP Address?
I have a system set up involving an arduino thats sending data out in the format of "#.##, #.##" line after line via ethernet to its IP Address Webpage. When i enter the arduino's IP address in a browser i can clearly see the data stream, however im having a hard time trying to get visual basic to read in this data, i was wondering if anyone could give me any tips on the best/easiest was for me to do this.
Note: im using VB 2010
Arduino Network Details:
IP Address: 10.200.158.31
Default Gateway: 10.200.159.254
Subnet Mask: 255.255.252.0
Re: Reading Data From Device With IP Address?