Hi,
I've Debian/Linux with x86_64 architecture.
I've Java (icedtea on Debian), here is the reported version:
[jean-luc@tangerine] % java -version
java version "1.6.0_24"
OpenJDK Runtime Environment (IcedTea6 1.11.3) (6b24-1.11.3-2)
OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)
I use the USB connection via cdc_acm. The device is /dev./ttyUSB0 (the underlying one in /dev/ttyACM0).
This device is created with the dialout group. I'm member of this group.
When I start BT747, it opens the GUI and I've the following messages:
Ci-dessous vous trouverez des informations utiles au débug
------------------------------------------------------------
28236 - BT747 2.0.3 Build:BT747_mdeweerd.3.20110515132709849
28237 - Initial: 1008x579 Screen: 1920x1200 Final: 1008x579
28237 - Linux
28237 - amd64
28238 - 3.4.4-k8-2
28238 - 1.6.0_24
28238 - 64
28238 - Planté com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Planté com.sun.java.swing.plaf.windows.WindowsClassicLookAndFeel
Succès com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel
javax.swing.plaf.metal.MetalLookAndFeel
com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel
com.sun.java.swing.plaf.motif.MotifLookAndFeel
com.sun.java.swing.plaf.gtk.GTKLookAndFeel
Then I choose /dev/ttyUSB0 as the device and one of the speed (tested with both), and click "connect"
I got the additionnal messages:
89396 - Classgps.connection.GPSRxTxPort
Info: trying to open '/dev/ttyUSB0'
Info: Opened port, setting parameters
89473 - Port opened
So, it seems to me that it *is* connected
Unfortunately when I try then the "download" command, there is no progression.
With the debug GPS option, I get the follwing informations:
89478 - >PMTK182,2,6 true
89481 - #HOLUX241,5
89483 - #HOLUX241,5
89484 - #PMTK490
89485 - #PMTK607
89486 - #PMTK414
Adding gps.mvc.GpsController@46cfd22a
89487 - #PMTK182,2,6
89488 - Attempting saving settings to /home/jean-luc/BT747SettingsJ2SE.pdb
89488 - #PMTK182,2,7
89489 - #PMTK182,2,3
89489 - #PMTK182,2,5
89490 - #PMTK182,2,4
89490 - Writing settings success for /home/jean-luc/BT747SettingsJ2SE.pdb
89491 - #PMTK413
89498 - #PMTK419
89500 - #PMTK401
89502 - #PMTK400
89504 - #PMTK492
89505 - #PMTK182,2,12
89507 - #PMTK605
89508 - #PMTK604
89508 - #PMTK182,2,9,9F
89509 - #PMTK430
89538 - #HOLUX241,5
89538 - #PMTK490
89539 - #PMTK414
89539 - #PMTK182,2,6
89539 - #PMTK182,2,3
89539 - #PMTK182,2,5
89539 - #PMTK182,2,4
89539 - #PMTK413
89542 - #PMTK419
89542 - #PMTK401
89543 - #PMTK400
89543 - #PMTK492
89543 - #PMTK430
89987 - >HOLUX241,5 true
90019 - >HOLUX241,5 true
90052 - >PMTK490 true
Timeout: 94052-90052>4000
94053 - No ack:PMTK182,2,6
94055 - No ack:HOLUX241,5
94057 - No ack:HOLUX241,5
94058 - No ack:PMTK490
94060 - >PMTK607 true
94099 - >PMTK414 true
94141 - >PMTK182,2,6 true
94174 - >PMTK182,2,7 true
Timeout: 98182-94174>4000
98187 - No ack:PMTK607
98188 - No ack:PMTK414
98189 - No ack:PMTK182,2,6
98189 - No ack:PMTK182,2,7
98190 - >PMTK182,2,3 true
98226 - >PMTK182,2,5 true
98268 - >PMTK182,2,4 true
98310 - >PMTK413 true
Timeout: 102317-98310>4000
102318 - No ack:PMTK182,2,3
102320 - No ack:PMTK182,2,5
102321 - No ack:PMTK182,2,4
102322 - No ack:PMTK413
102325 - >PMTK419 true
102365 - >PMTK401 true
102399 - >PMTK400 true
102441 - >PMTK492 true
Timeout: 106445-102441>4000
106446 - No ack:PMTK419
106447 - No ack:PMTK401
106447 - No ack:PMTK400
106448 - No ack:PMTK492
106448 - >PMTK182,2,12 true
106487 - >PMTK605 true
106520 - >PMTK604 true
106553 - >PMTK182,2,9,9F true
Timeout: 110563-106553>4000
110564 - No ack:PMTK182,2,12
[...]
I can see all the timeouts so it seems that it is not really connected.
What can I do now?
Regards
Jean-Luc