mausquirk / skytraq-datalogger

Automatically exported from code.google.com/p/skytraq-datalogger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travel Honey: setting line speed FAILED

GoogleCodeExporter opened this issue · comments

Hi,

First of all, thanks for sharing this piece of software. I was communicating 
fine with the device (branded "Travel Honey", but the following happened when 
attempting to upload AGPS data to the device:

$ ./skytraq-datalogger --update-agps
Downloading AGPS data from SkyTraq's FTP-server...
Uploading AGPS data to GPS device...
setting line speed FAILED

After that for every command I issue the response is the same:

$ ./skytraq-datalogger --info
No response from datalogger.

Is there anything I can do to recover from this problem?

Thanks,
Guerra

Original issue reported on code.google.com by tiogue...@gmail.com on 9 Nov 2010 at 4:28

Just to add a follow up, I was able to communicate again with the device after 
setting the baud rate manually.

$ ./skytraq-datalogger --set-baud-rate 4800
$ ./skytraq-datalogger --info 
kernel version: 1.3.3 -- ODM version: 1.6.6 -- revision: 2008-06-20
log_wr_ptr:      8192
total sectors:   254
sectors left:    254
max time:        3600 s
min time:        5 s
max distance:    1000 m
min distance:    0 m
max speed:       1000 km/h
min speed:       0 km/h
datalog enable:  0
log fifo mode:   0
AGPS enabled:    1
AGPS data left:  none
baud-rate:       4800 bps

Still no success with uploading AGPS though...

Original comment by tiogue...@gmail.com on 12 Nov 2010 at 8:59