Hello everyone,
So today I wrote a small little application that reads in the bytes from a SerialPort object. While this worked successfully, it was completely local. The device I was reading from was plugged into my machine.
Now, again while that worked, I need to use the same logic to read from a SerialPort object that might be located on another machine. Is there someway to do this? I know I'll have an IP address to work with. Can I use that IP in relation to the SerialPort to pull data from another source (the one device I should point out is connected to a wireless transmitter)? And if so, how would I go about doing this?
Hope this makes sense, it's been a really long day