Tagged Questions

3
votes
10answers
5k views

C# serial communication with u-blox gps

I have a GPS from u-blox.com with a USB-connection and driver. The driver installs a virual COM port that pops up when you plug the USB in. Using a hyperterminal I can then watch the flow of data from ...
0
votes
1answer
227 views

How to get updated virtual serial port numbers for adaptors?

In my C# project I need to connect to max 8 devices e.g. routers through console port. To achieve this I've used usb hub, and usb- serial adaptors (Prolific). When I connect everything togheter it's ...