Hello everyone
I cannot get cgps display GPS output
I have installed gpsd, gpsd-clients, python-gps packages
I am using holux m 215 gps receiver that identifies itself with lsusb as 10c4:ea60 Cygnal Integrated Products, Incorporated. cp210xUart bridge
when I look up the dev catalogue there is a file called @gps0
therefore I try to run
pi@raspberrypi:~$ sudo gpsd /dev/gps0 -F /var/run/gpsd.sock
then I try
pi@raspberrypi:~$ cgps -s
sadly there is no communication with GPS. After a second or so, there is a timeout message from cgps.
Any ideas?