Hello Everyone.
I'll start off by saying i'm pretty new to c# so its probably me not finding the right code.
I am interfacing some harware with my pc and use c# to handle the data from them.
I have a GPS which I have plugged in to a usb port. The GPS talks NMEA sentences. I used to be able to simply open a connection to the device and the nmea sentences started flowing in. My problem is, how on earth do I do this in c#?
Is there a way like opendevice(byterate, port) or am I in for some late nights?
Help is much appreciated.
Thanks.