Subject: | gpsd-2.96 chokes on perl-Net-GPSD3-0.17 |
When testing the example code
my $gpsd=Net::GPSD3->new;
my $poll=$gpsd->poll;
the code hangs, and the daemon says:
gpsd:ERROR: ERROR response: {"class":"ERROR","message":"Unrecognized
request '?POLL'"}\x0d\x0a
I understand that gpsprof uses the ?WATCH keyword successfully with this
daemon.