#Trying to get the Garmin GPSmap 60CS to talk to the foxtrot software #Used lsusb to list the devices and this recognised the garmin #Garmin says it is connected and is set up for NMEA 4800 #used xgps and cgps to check if its working but no joy #used lsmod to identify a subserial driver but not found #Located the vendor and product in /var/lib/usbutils/usb.ids #sudo modprobe usbserial vendor=091e product=0003 #this came back with invalid arguements! #(these rules go in /etc/udev/rules.d/-name.rules -- look at your udev documentation #KERNEL=="ttyUSB*", ATTRS{idVendor}=="", MODE="0666", SYMLINK+="mydev" #SYSFS{idVendor}=="091e", SYSFS{idProduct}=="0003", MODE="666" # also tried this rebooted with device but no help #file name is 60-garmin.rules #stty -F /dev/ttyXXX ispeed 4800 && cat