Vk-172 Driver -

sudo stty -F /dev/ttyACM0 9600 Windows recognizes the VK-172 as a serial-over-USB device.

The VK-172 typically runs at 9600 baud (u-blox 7) or 115200 baud (u-blox 8). Use stty : vk-172 driver

usb 1-1.2: new full-speed USB device number 6 using xhci_hcd usb 1-1.2: Product: u-blox 7 - GPS/GNSS Receiver cdc_acm 1-1.2:1.0: ttyACM0: USB ACM device The device will be created as /dev/ttyACM0 or /dev/ttyUSB0 . Check with: sudo stty -F /dev/ttyACM0 9600 Windows recognizes the

sudo cat /dev/ttyACM0 (Output example: $GPGGA,123519,4807.038,N,01131.000,E,1,08,0.9,545.4,M,46.9,M,,*47 ) vk-172 driver

Plug in the VK-172 and run:

Here is the text for a VK-172 driver (typically for Linux systems, as the VK-172 is a USB GPS receiver based on the u-blox chipset). Introduction